From 39ae10ba907e26f5f63c044ac22355611c619ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:01:36 +0000 Subject: [PATCH] chore(deps-dev): bump six from 1.16.0 to 1.17.0 in /it/python Bumps [six](https://github.com/benjaminp/six) from 1.16.0 to 1.17.0. - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: six 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 2ffa525f63..ba61473770 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -130,7 +130,7 @@ pywin32==308 ; platform_system == 'Windows' rfc3986[idna2008]==2.0.0 -six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' +six==1.17.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' sniffio==1.3.1 ; python_version >= '3.7'