From 2def006c4999138d8dece130fec518520d03cfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:12:36 +0000 Subject: [PATCH] chore(deps-dev): bump tomli-w from 1.0.0 to 1.1.0 in /it/python Bumps [tomli-w](https://github.com/hukkin/tomli-w) from 1.0.0 to 1.1.0. - [Changelog](https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli-w/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: tomli-w dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index f3e7f8d85f..0e25611f50 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -52,7 +52,7 @@ toml==0.10.2 tomli==2.0.1 ; python_version < '3.11' -tomli-w==1.0.0 ; python_version >= '3.7' +tomli-w==1.1.0 ; python_version >= '3.7' tomlkit==0.13.2 ; python_version >= '3.7'