From 1c29dd192fc482992653e04eb08a8232e8cb86dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:34:33 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.2.1 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 423f7ea..05645ae 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' tomli==2.0.1; python_version < '3.11' typing-extensions==4.11.0; python_version < '3.11' -urllib3==2.2.1; python_version >= '3.10' +urllib3==2.2.2; python_version >= '3.10' uuid==1.30 werkzeug==3.0.3; python_version >= '3.8' xmltodict==0.13.0; python_version >= '3.4' diff --git a/requirements.txt b/requirements.txt index 47edc73..0b0d281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pyasn1==0.6.0; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' 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' -urllib3==2.2.1; python_version >= '3.10' +urllib3==2.2.2; python_version >= '3.10'