File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ jedi==0.18.0;python_version>="3.6"
19
19
idna == 2.10
20
20
chardet == 3.0.4 ;python_version < "3.6"
21
21
chardet == 4.0.0 ;python_version >= "3.6"
22
- urllib3 == 1.26.2
22
+ urllib3 == 1.26.3
23
23
requests == 2.25.1
24
24
selenium == 3.141.0
25
25
msedge-selenium-tools == 3.141.3
@@ -69,7 +69,7 @@ importlib-metadata==2.0.0;python_version<"3.6"
69
69
virtualenv >= 20.4.0
70
70
pymysql == 0.10.1 ;python_version < "3.6"
71
71
pymysql == 1.0.2 ;python_version >= "3.6"
72
- coverage == 5.3.1
72
+ coverage == 5.4
73
73
brython == 3.9.1
74
74
pyotp == 2.4.1
75
75
boto == 2.49.0
Original file line number Diff line number Diff line change 123
123
'idna==2.10' , # Must stay in sync with "requests"
124
124
'chardet==3.0.4;python_version<"3.6"' , # Stay in sync with "requests"
125
125
'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"
127
127
'requests==2.25.1' ,
128
128
'selenium==3.141.0' ,
129
129
'msedge-selenium-tools==3.141.3' ,
173
173
'virtualenv>=20.4.0' , # Sync with importlib-metadata and pathlib2
174
174
'pymysql==0.10.1;python_version<"3.6"' ,
175
175
'pymysql==1.0.2;python_version>="3.6"' ,
176
- 'coverage==5.3.1 ' ,
176
+ 'coverage==5.4 ' ,
177
177
'brython==3.9.1' ,
178
178
'pyotp==2.4.1' ,
179
179
'boto==2.49.0' ,
You can’t perform that action at this time.
0 commit comments