From 8d1228cd1943bfe89ffaae32e15b2feb3f8479f5 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Thu, 20 Jul 2017 10:08:50 +0100 Subject: [PATCH] Allow urllib3 1.22 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93a85077..98702858 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ packages = ['requests'] requires = [ 'chardet>=3.0.2,<3.1.0', 'idna>=2.5,<2.6', - 'urllib3>=1.21.1,<1.22', + 'urllib3>=1.21.1,<1.23', 'certifi>=2017.4.17' ]