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 @@ -64,7 +64,7 @@ ipython==7.19.0;python_version>="3.7"
6464colorama == 0.4.4
6565pathlib2 == 2.3.5 ;python_version < "3.5"
6666importlib-metadata == 2.0.0 ;python_version < "3.6"
67- virtualenv >= 20.2.2
67+ virtualenv >= 20.3.0
6868pymysql == 0.10.1 ;python_version < "3.6"
6969pymysql == 1.0.2 ;python_version >= "3.6"
7070coverage == 5.3.1
@@ -76,7 +76,7 @@ toml==0.10.2
7676Pillow == 6.2.2 ;python_version < "3.5"
7777Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
7878Pillow == 8.1.0 ;python_version >= "3.6"
79- rich == 9.7 .0 ;python_version >= "3.6" and python_version<"4.0"
79+ rich == 9.8 .0 ;python_version >= "3.6" and python_version<"4.0"
8080zipp == 1.2.0 ;python_version < "3.6"
8181zipp == 3.4.0 ;python_version >= "3.6"
8282flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 168168 'colorama==0.4.4' ,
169169 'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
170170 'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
171- 'virtualenv>=20.2.2 ' , # Sync with importlib-metadata and pathlib2
171+ 'virtualenv>=20.3.0 ' , # Sync with importlib-metadata and pathlib2
172172 'pymysql==0.10.1;python_version<"3.6"' ,
173173 'pymysql==1.0.2;python_version>="3.6"' ,
174174 'coverage==5.3.1' ,
180180 'Pillow==6.2.2;python_version<"3.5"' ,
181181 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
182182 'Pillow==8.1.0;python_version>="3.6"' ,
183- 'rich==9.7 .0;python_version>="3.6" and python_version<"4.0"' ,
183+ 'rich==9.8 .0;python_version>="3.6" and python_version<"4.0"' ,
184184 'zipp==1.2.0;python_version<"3.6"' ,
185185 'zipp==3.4.0;python_version>="3.6"' ,
186186 'flake8==3.7.9;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments