Skip to content

Commit 9abd3f9

Browse files
committed
Update requests version to 2.20.1
1 parent 06d4c83 commit 9abd3f9

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 @@ ipdb
77
chardet
88
unittest2
99
selenium==3.141.0
10-
requests==2.20.0
10+
requests==2.20.1
1111
urllib3==1.24.1
1212
pytest>=4.0.0
1313
pytest-cov>=2.6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'chardet',
6161
'unittest2',
6262
'selenium==3.141.0',
63-
'requests==2.20.0', # Changing this may effect "urllib3"
63+
'requests==2.20.1', # Changing this may effect "urllib3"
6464
'urllib3==1.24.1', # Keep this lib in sync with "requests"
6565
'pytest>=4.0.0',
6666
'pytest-cov>=2.6.0',

0 commit comments

Comments
 (0)