From d28558538b9f91e63856aef13c66df341b5e06cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:24:00 +0000 Subject: [PATCH] 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 c68e35b..da7ed85 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -73,7 +73,7 @@ twine==5.0.0; python_version >= '3.8' types-awscrt==0.20.9; python_version >= '3.7' and python_version < '4.0' types-pyyaml==6.0.12.20240311; python_version >= '3.8' types-s3transfer==0.10.1; python_version >= '3.8' and python_version < '4.0' -urllib3==2.2.1; python_version >= '3.10' +urllib3==2.2.2; python_version >= '3.10' virtualenv==20.26.0; python_version >= '3.7' wcwidth==0.2.13 zipp==3.18.1; python_version >= '3.8' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 34a1401..eeffa86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ 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' table2ascii==1.1.3; python_version >= '3.7' types-pyyaml==6.0.12.20240311; python_version >= '3.8' -urllib3==2.2.1; python_version >= '3.10' +urllib3==2.2.2; python_version >= '3.10' wcwidth==0.2.13