From f77d90811cd618665ee0650f6c133e115d18ccb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:35:05 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b96bc5f..0611cbd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -127,7 +127,7 @@ requests==2.32.3 # notifications-python-client s3transfer==0.10.2 # via boto3 -six==1.16.0 +six==1.17.0 # via python-dateutil typing-extensions==4.12.2 # via mypy