From c0e9047242e83467463245ab42ff8bd56f8f3e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:18:16 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 2b8e084..1c42449 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -107,7 +107,7 @@ tox==4.11.3 # via fixbackup (pyproject.toml) typing-extensions==4.8.0 # via mypy -urllib3==2.0.7 +urllib3==2.2.2 # via botocore virtualenv==20.24.5 # via tox diff --git a/requirements.txt b/requirements.txt index 699b539..cb400dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ s3transfer==0.7.0 # via boto3 six==1.16.0 # via python-dateutil -urllib3==2.0.7 +urllib3==2.2.2 # via botocore