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 @@ -86,7 +86,7 @@ platformdirs==2.0.2;python_version<"3.6"
86
86
platformdirs == 2.2.0 ;python_version >= "3.6"
87
87
pathlib2 == 2.3.5 ;python_version < "3.5"
88
88
importlib-metadata == 2.0.0 ;python_version < "3.6"
89
- virtualenv >= 20.7.1
89
+ virtualenv >= 20.7.2
90
90
pymysql == 0.10.1 ;python_version < "3.6"
91
91
pymysql == 1.0.2 ;python_version >= "3.6"
92
92
pyotp == 2.6.0
Original file line number Diff line number Diff line change 201
201
'platformdirs==2.2.0;python_version>="3.6"' ,
202
202
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
203
203
'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
204
- "virtualenv>=20.7.1 " , # Sync with importlib-metadata and pathlib2
204
+ "virtualenv>=20.7.2 " , # Sync with importlib-metadata and pathlib2
205
205
'pymysql==0.10.1;python_version<"3.6"' ,
206
206
'pymysql==1.0.2;python_version>="3.6"' ,
207
207
"pyotp==2.6.0" ,
You can’t perform that action at this time.
0 commit comments