From a19c74fd4829e12a84d6ab2016c35449c9236dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:39:51 +0000 Subject: [PATCH] Bump urllib3 from 2.1.0 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 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.1.0...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 412dbd9..08fd513 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ certifi==2023.11.17 ; python_version >= '3.6' charset-normalizer==3.3.2 ; python_full_version >= '3.7.0' idna==3.6 ; python_version >= '3.5' requests==2.31.0 -urllib3==2.1.0 ; python_version >= '3.8' +urllib3==2.2.2 ; python_version >= '3.8' numpy==1.26.2 scipy==1.11.4