File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ ipython==7.22.0;python_version>="3.7"
70
70
colorama == 0.4.4
71
71
pathlib2 == 2.3.5 ;python_version < "3.5"
72
72
importlib-metadata == 2.0.0 ;python_version < "3.6"
73
- virtualenv >= 20.4.3
73
+ virtualenv >= 20.4.4
74
74
pymysql == 0.10.1 ;python_version < "3.6"
75
75
pymysql == 1.0.2 ;python_version >= "3.6"
76
76
brython == 3.9.1
Original file line number Diff line number Diff line change 176
176
'colorama==0.4.4' ,
177
177
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
178
178
'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
179
- 'virtualenv>=20.4.3 ' , # Sync with importlib-metadata and pathlib2
179
+ 'virtualenv>=20.4.4 ' , # Sync with importlib-metadata and pathlib2
180
180
'pymysql==0.10.1;python_version<"3.6"' ,
181
181
'pymysql==1.0.2;python_version>="3.6"' ,
182
182
'brython==3.9.1' ,
You can’t perform that action at this time.
0 commit comments