chore(pip-prod)(deps): bump tomli from 2.0.1 to 2.0.2 #264

Merged
dependabot[bot] merged 1 commits from dependabot/pip/tomli-2.0.2 into main 2024-10-03 08:05:12 +02:00
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -640,13 +640,13 @@ widechars = ["wcwidth"]
[[package]]
name = "tomli"
version = "2.0.1"
version = "2.0.2"
description = "A lil' TOML parser"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
{file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"},
{file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"},
]
[[package]]
@ -770,4 +770,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "9d6b1fa05dd0d49acdcf2c09334d51120c04f1980ba19c582173d08c3153c600"
content-hash = "c08a514e809c321ed54f65395fe1218a545db67b240a72745284e612609afbef"

View File

@ -31,7 +31,7 @@ pyparsing = "3.1.4"
requests = "2.32.3"
six = "1.16.0"
tabulate = "0.9.0"
tomli = "2.0.1"
tomli = "2.0.2"
tomlkit = "0.13.2"
urllib3 = "2.2.3"
wrapt = "1.16.0"