From bc8ed8344b6949b6c4414664a1c77b0a1ccb90e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 23:59:03 +0000 Subject: [PATCH] Update urllib3 requirement from ~=1.26.15 to ~=2.0.3 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.3) --- 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..7be84e237 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.3 pytest~=7.3.0