From cc4145c1faf295a3dd5f6131d235b5fef803ecf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:13:46 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump tomli from 2.1.0 to 2.2.1 Bumps [tomli](https://github.com/hukkin/tomli) from 2.1.0 to 2.2.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.1.0...2.2.1) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8eb1a56..55eced7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pyparsing==3.1.4 requests==2.32.3 six==1.16.0 tabulate==0.9.0 -tomli==2.1.0 +tomli==2.2.1 tomlkit==0.13.2 urllib3==2.2.3 wrapt==1.17.0