From d8c1c8fb002874a980893dbfc9ce2497bec7b74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:39:36 +0200 Subject: [PATCH] chore(deps): bump urllib3 from 2.0.7 to 2.2.1 (#57) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.1. - [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.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b89b8a1..c166b69 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -35,7 +35,7 @@ s3transfer==0.10.1; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tomli==2.0.1; python_version < '3.11' typing-extensions==4.9.0; python_version < '3.11' -urllib3==2.0.7; python_version >= '3.10' +urllib3==2.2.1; python_version >= '3.10' uuid==1.30 werkzeug==3.0.1; python_version >= '3.8' xmltodict==0.13.0; python_version >= '3.4' diff --git a/requirements.txt b/requirements.txt index ceadcd5..9bed184 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pyasn1==0.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' s3transfer==0.10.1; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -urllib3==2.0.7; python_version >= '3.10' +urllib3==2.2.1; python_version >= '3.10'