From b89450cbea91b856d3aea753a15707061c6a6d01 Mon Sep 17 00:00:00 2001 From: James Addison Date: Sun, 14 May 2023 15:22:39 +0100 Subject: [PATCH] Compatibility issue: pin to 'urllib3<2.0.0' pending support in 'requests' Ref: https://github.com/psf/requests/issues/6432 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 424af4938f7..d0f636f3142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ dependencies = [ "alabaster>=0.7,<0.8", "imagesize>=1.3", "requests>=2.25.0", + "urllib3>=1.26.15,<2.0.0", "packaging>=21.0", "importlib-metadata>=4.8; python_version < '3.10'", "colorama>=0.4.5; sys_platform == 'win32'",