From 9d290a2e5975d0d8ab89e4bcd2f83aba6934505d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:49:17 +0000 Subject: [PATCH] chore(deps-dev): bump tomli from 2.0.1 to 2.2.1 Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.2.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.2.1) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 659a1e8e..c4b4671b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -104,7 +104,7 @@ sortedcontainers==2.4.0 toml==0.10.2 -tomli==2.0.1 ; python_version < '3.11' +tomli==2.2.1 ; python_version < '3.11' tomlkit==0.13.2 ; python_version >= '3.7'