From 70e1f4c2898811bccdef40e80d25b3ca8ad29dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:23:54 +0000 Subject: [PATCH] Update urllib3 requirement from <2.1 to <2.2 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/0.3...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a1dd7e2e..1b138ce7 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read(path): ] }, install_requires=[ - 'urllib3<2.1', + 'urllib3<2.2', 'verlib2==0.2.0', ], extras_require=dict(