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 @@ -101,7 +101,7 @@ platformdirs==2.4.1;python_version>="3.7"
101
101
pathlib2 == 2.3.5 ;python_version < "3.5"
102
102
importlib-metadata == 2.0.0 ;python_version < "3.5"
103
103
importlib-metadata == 2.1.1 ;python_version >= "3.5" and python_version<"3.6"
104
- virtualenv >= 20.12.0
104
+ virtualenv >= 20.12.1
105
105
pycparser == 2.21
106
106
pymysql == 0.10.1 ;python_version < "3.6"
107
107
pymysql == 1.0.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 221
221
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
222
222
'importlib-metadata==2.0.0;python_version<"3.5"' ,
223
223
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
224
- "virtualenv>=20.12.0 " , # Sync with importlib-metadata and pathlib2
224
+ "virtualenv>=20.12.1 " , # Sync with importlib-metadata and pathlib2
225
225
"pycparser==2.21" ,
226
226
'pymysql==0.10.1;python_version<"3.6"' ,
227
227
'pymysql==1.0.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments