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 ea93e3a commit dae5006Copy full SHA for dae5006
requirements.txt
@@ -7,7 +7,7 @@ chardet
7
unittest2
8
selenium==3.141.0
9
requests==2.21.0
10
-urllib3==1.24.1
+urllib3==1.24.2
11
pytest>=4.4.1
12
pytest-cov>=2.6.1
13
pytest-forked>=1.0.2
setup.py
@@ -60,7 +60,7 @@
60
'unittest2',
61
'selenium==3.141.0',
62
'requests==2.21.0', # Changing this may effect "urllib3"
63
- 'urllib3==1.24.1', # Keep this lib in sync with "requests"
+ 'urllib3>=1.24.2,<1.25.0', # Keep this lib in sync with "requests"
64
'pytest>=4.4.1',
65
'pytest-cov>=2.6.1',
66
'pytest-forked>=1.0.2',
0 commit comments