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

Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.0.2.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-03 01:04:33 +00:00 committed by Luke Tainton
parent 789286b628
commit 90f7e2c4d7
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

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

View File

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