From a3b1467623e7e0e53f8405be4eba70954a872c26 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 10 Nov 2020 11:10:54 -0800 Subject: test urllib3 1.26 --- Makefile | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 231ce357..c7351e86 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ init: pip install pipenv --upgrade pipenv install --dev + pip install git+https://github.com/urllib3/urllib3.git@1.26.x test: # This runs all of the tests, on both Python 2 and Python 3. detox @@ -25,4 +26,4 @@ publish: docs: cd docs && make html - @echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m" \ No newline at end of file + @echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m" diff --git a/setup.py b/setup.py index a1b5a2a4..72542df4 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ packages = ['requests'] requires = [ 'chardet>=3.0.2,<4', 'idna>=2.5,<3', - 'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1', + 'urllib3>=1.21.1,<1.27', 'certifi>=2017.4.17' ] -- cgit v1.2.1