From 7fb32c3c697b2215a8272e3e7fb94b69c498dc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:44:29 +0000 Subject: [PATCH] chore(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 08759db..9e645ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ python-multipart==0.0.20 pyyaml==6.0.2 requests==2.26.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" rsa==4.9; python_version >= "3.5" and python_version < "4" -six==1.16.0; python_full_version >= "3.6.1" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0") +six==1.17.0; python_full_version >= "3.6.1" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0") sniffio==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.2" sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.0.0" starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"