From c3827ae06aac3ca670af9bc5bb6b665092a36d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:58:10 +0000 Subject: [PATCH] Update urllib3 requirement from ~=1.26.15 to ~=2.0.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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/1.26.15...2.0.0) --- 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 18a2179dd..091608544 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ numpy>=1.22.0 sphinx_rtd_theme~=1.2.0 matplotlib~=3.7.1 requests~=2.28.2 -urllib3~=1.26.15 +urllib3~=2.0.0 pytest~=7.3.0