Skip to content

Commit 6144833

Browse files
committed
Keep "requests" and "urllib3" in sync
1 parent 1a06dcb commit 6144833

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ipdb
77
chardet
88
unittest2
99
selenium==3.14.1
10-
requests>=2.20.0
10+
requests==2.20.0
11+
urllib3==1.24
1112
pytest>=3.9.1
1213
pytest-cov>=2.6.0
1314
pytest-html>=1.19.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
'chardet',
6060
'unittest2',
6161
'selenium==3.14.1',
62-
'requests>=2.20.0',
62+
'requests==2.20.0', # Changing this may effect "urllib3"
63+
'urllib3==1.24', # Keep this lib in sync with "requests"
6364
'pytest>=3.9.1',
6465
'pytest-cov>=2.6.0',
6566
'pytest-html>=1.19.0',

0 commit comments

Comments
 (0)