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 eec71a0 commit a862d42Copy full SHA for a862d42
requirements.txt
@@ -13,7 +13,7 @@ parso==0.7.1
13
jedi==0.17.2
14
idna==2.10
15
chardet==3.0.4
16
-urllib3==1.26.1
+urllib3==1.26.2
17
requests==2.25.0
18
selenium==3.141.0
19
msedge-selenium-tools==3.141.2
setup.py
@@ -117,7 +117,7 @@
117
'jedi==0.17.2', # The last version for Python 2 and 3.5
118
'idna==2.10', # Must stay in sync with "requests"
119
'chardet==3.0.4', # Must stay in sync with "requests"
120
- 'urllib3==1.26.1', # Must stay in sync with "requests"
+ 'urllib3==1.26.2', # Must stay in sync with "requests"
121
'requests==2.25.0',
122
'selenium==3.141.0',
123
'msedge-selenium-tools==3.141.2',
0 commit comments