From e13cf3d66113a77dccf6213485adf18cbbfd5aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:47:09 +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: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 9471ba3..5988a33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ python-dateutil==2.9.0.post0 redis==5.2.0 requests==2.32.3 s3transfer==0.10.4 -six==1.16.0 +six==1.17.0 structlog==24.4.0 urllib3==2.2.3 wrapt==1.17.0