From 4126134b9001dd5eafaac73063335faaf484ec80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 02:57:12 +0000 Subject: [PATCH] Update urllib3 requirement from ==1.26.* to ==2.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.0...2.0.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 d29beae3c..b3b1bf929 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ isort black==23.3.0 pyflakes # https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html -urllib3==1.26.* \ No newline at end of file +urllib3==2.0.* \ No newline at end of file