From 50a50d41cabe6ae9f90405fa9fedaaba16c2ad32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 04:57:19 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump tomli from 2.0.2 to 2.1.0 Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.1.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 76876fb..6067b94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 02abd61..9eaa682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"