From b250bedcd26f0ab548e9fab917f2dbb3ab2970dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:01:11 +0000 Subject: [PATCH] Bump six from 1.16.0 to 1.17.0 in /dvp 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] --- dvp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvp/requirements.txt b/dvp/requirements.txt index ae7ef083..4453d77a 100644 --- a/dvp/requirements.txt +++ b/dvp/requirements.txt @@ -3,5 +3,5 @@ packaging==25.0 pluggy==1.6.0 pyparsing==3.2.4 pytest==8.4.1 -six==1.16.0 +six==1.17.0 zipp==3.23.0