Skip to content

Commit acaff77

Browse files
committed
Update Python dependencies (urllib3 and coverage)
1 parent 22afd4d commit acaff77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jedi==0.18.0;python_version>="3.6"
1919
idna==2.10
2020
chardet==3.0.4;python_version<"3.6"
2121
chardet==4.0.0;python_version>="3.6"
22-
urllib3==1.26.2
22+
urllib3==1.26.3
2323
requests==2.25.1
2424
selenium==3.141.0
2525
msedge-selenium-tools==3.141.3
@@ -69,7 +69,7 @@ importlib-metadata==2.0.0;python_version<"3.6"
6969
virtualenv>=20.4.0
7070
pymysql==0.10.1;python_version<"3.6"
7171
pymysql==1.0.2;python_version>="3.6"
72-
coverage==5.3.1
72+
coverage==5.4
7373
brython==3.9.1
7474
pyotp==2.4.1
7575
boto==2.49.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'idna==2.10', # Must stay in sync with "requests"
124124
'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
125125
'chardet==4.0.0;python_version>="3.6"', # Stay in sync with "requests"
126-
'urllib3==1.26.2', # Must stay in sync with "requests"
126+
'urllib3==1.26.3', # Must stay in sync with "requests"
127127
'requests==2.25.1',
128128
'selenium==3.141.0',
129129
'msedge-selenium-tools==3.141.3',
@@ -173,7 +173,7 @@
173173
'virtualenv>=20.4.0', # Sync with importlib-metadata and pathlib2
174174
'pymysql==0.10.1;python_version<"3.6"',
175175
'pymysql==1.0.2;python_version>="3.6"',
176-
'coverage==5.3.1',
176+
'coverage==5.4',
177177
'brython==3.9.1',
178178
'pyotp==2.4.1',
179179
'boto==2.49.0',

0 commit comments

Comments
 (0)