chore(pip-prod)(deps): bump tomli from 2.0.2 to 2.1.0 #272

Merged
dependabot[bot] merged 1 commits from dependabot/pip/tomli-2.1.0 into main 2024-11-12 05:59:50 +01:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -655,13 +655,13 @@ widechars = ["wcwidth"]
[[package]]
name = "tomli"
version = "2.0.2"
version = "2.1.0"
description = "A lil' TOML parser"
optional = false
python-versions = ">=3.8"
files = [
{file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"},
{file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"},
{file = "tomli-2.1.0-py3-none-any.whl", hash = "sha256:a5c57c3d1c56f5ccdf89f6523458f60ef716e210fc47c4cfb188c5ba473e0391"},
{file = "tomli-2.1.0.tar.gz", hash = "sha256:3f646cae2aec94e17d04973e4249548320197cfabdf130015d023de4b74d8ab8"},
]
[[package]]
@ -785,4 +785,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "dea0e2a99b4f4c2ccb6d69730528239498d1af212a6c35c25c6243f1918ccde7"
content-hash = "32977e4d0518c462def89da1ce01fafe7934dbffb7915a5fb3e7a3387feb77ee"

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.2"
tomli = "2.1.0"
tomlkit = "0.13.2"
urllib3 = "2.2.3"
wrapt = "1.16.0"