From 115b2f25d3bbf6f716568e7642505aa84d51ffd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:01:12 +0000 Subject: [PATCH] Bump six from 1.16.0 to 1.17.0 in /tools 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-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 5c2a4e73..72ed221b 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -17,6 +17,6 @@ pyflakes==3.4.0 pyparsing==3.2.4 pytest-cov==6.2.1 pytest==8.4.1 -six==1.16.0 +six==1.17.0 yapf==0.43.0 zipp==3.23.0