Skip to content

Commit dae5006

Browse files
committed
Update urllib3 version
1 parent ea93e3a commit dae5006

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
@@ -7,7 +7,7 @@ chardet
77
unittest2
88
selenium==3.141.0
99
requests==2.21.0
10-
urllib3==1.24.1
10+
urllib3==1.24.2
1111
pytest>=4.4.1
1212
pytest-cov>=2.6.1
1313
pytest-forked>=1.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'unittest2',
6161
'selenium==3.141.0',
6262
'requests==2.21.0', # Changing this may effect "urllib3"
63-
'urllib3==1.24.1', # Keep this lib in sync with "requests"
63+
'urllib3>=1.24.2,<1.25.0', # Keep this lib in sync with "requests"
6464
'pytest>=4.4.1',
6565
'pytest-cov>=2.6.1',
6666
'pytest-forked>=1.0.2',

0 commit comments

Comments
 (0)