Skip to content

Commit a862d42

Browse files
committed
Set urllib3 version to 1.26.2
1 parent eec71a0 commit a862d42

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
@@ -13,7 +13,7 @@ parso==0.7.1
1313
jedi==0.17.2
1414
idna==2.10
1515
chardet==3.0.4
16-
urllib3==1.26.1
16+
urllib3==1.26.2
1717
requests==2.25.0
1818
selenium==3.141.0
1919
msedge-selenium-tools==3.141.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
'jedi==0.17.2', # The last version for Python 2 and 3.5
118118
'idna==2.10', # Must stay in sync with "requests"
119119
'chardet==3.0.4', # Must stay in sync with "requests"
120-
'urllib3==1.26.1', # Must stay in sync with "requests"
120+
'urllib3==1.26.2', # Must stay in sync with "requests"
121121
'requests==2.25.0',
122122
'selenium==3.141.0',
123123
'msedge-selenium-tools==3.141.2',

0 commit comments

Comments
 (0)