Skip to content

Commit 98e675e

Browse files
committed
Add dependency to a newer version of urllib3 that fixes ssl host check with ipaddress
1 parent 4e8cca0 commit 98e675e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ certifi >= 14.05.14
22
six == 1.8.0
33
python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
5-
urllib3 >= 1.15.1
5+
urllib3 >= 1.19.1
66
pyyaml >= 3.12
77
oauth2client >= 4.0.0
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# prerequisite: setuptools
3636
# http://pypi.python.org/pypi/setuptools
3737

38-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "pyyaml", "oauth2client"]
38+
REQUIRES = ["urllib3 >= 1.19", "six >= 1.10", "certifi", "python-dateutil", "pyyaml", "oauth2client"]
3939

4040
setup(
4141
name=NAME,

0 commit comments

Comments
 (0)