From d35933ffe6d5f044bdac5758e3466cc651c895e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:15:19 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump six from 1.16.0 to 1.17.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b28c0c1..8844751 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pluggy==1.5.0 pycparser==2.22 pyparsing==3.2.0 requests==2.32.3 -six==1.16.0 +six==1.17.0 tomli==2.2.1 tomlkit==0.13.2 urllib3==2.2.3