We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d4c83 commit 9abd3f9Copy full SHA for 9abd3f9
requirements.txt
@@ -7,7 +7,7 @@ ipdb
7
chardet
8
unittest2
9
selenium==3.141.0
10
-requests==2.20.0
+requests==2.20.1
11
urllib3==1.24.1
12
pytest>=4.0.0
13
pytest-cov>=2.6.0
setup.py
@@ -60,7 +60,7 @@
60
'chardet',
61
'unittest2',
62
'selenium==3.141.0',
63
- 'requests==2.20.0', # Changing this may effect "urllib3"
+ 'requests==2.20.1', # Changing this may effect "urllib3"
64
'urllib3==1.24.1', # Keep this lib in sync with "requests"
65
'pytest>=4.0.0',
66
'pytest-cov>=2.6.0',
0 commit comments