From 8ef33d1dcef0fcf51c73913f3653c961c8855d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:12:20 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.16 to 1.26.17 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d6523d5..b1372d5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,13 +24,13 @@ charset-normalizer==3.2.0 click==8.1.7 # via black cryptography==41.0.3 - # via moto + # via + # moto + # secretstorage cython==0.29.34 # via -r requirements.in docutils==0.20.1 # via readme-renderer -exceptiongroup==1.1.3 - # via pytest idna==3.4 # via requests importlib-metadata==6.8.0 @@ -41,6 +41,10 @@ iniconfig==2.0.0 # via pytest jaraco-classes==3.3.0 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via moto jmespath==1.0.1 @@ -115,22 +119,19 @@ ruff==0.0.262 # via -r requirements.in s3transfer==0.6.2 # via boto3 +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # bleach # python-dateutil -tomli==2.0.1 - # via - # black - # mypy - # pytest twine==4.0.2 # via -r requirements.in types-pyyaml==6.0.12.11 # via responses typing-extensions==4.7.1 # via mypy -urllib3==1.26.16 +urllib3==1.26.17 # via # botocore # requests