From ac944b7439009ffbf7a10dfee35202f1ac090e76 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 5 Jun 2018 12:06:03 +0000 Subject: [PATCH] Allow urllib3 1.23 https://github.com/urllib3/urllib3/blob/1.23/CHANGES.rst#123-2018-06-04 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6902dc6f..898f7ab8 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ packages = ['requests'] requires = [ 'chardet>=3.0.2,<3.1.0', 'idna>=2.5,<2.7', - 'urllib3>=1.21.1,<1.23', + 'urllib3>=1.21.1,<1.24', 'certifi>=2017.4.17' ]