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 @@ -72,7 +72,7 @@ toml==0.10.2
7272Pillow == 6.2.2 ;python_version < "3.5"
7373Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
7474Pillow == 8.0.1 ;python_version >= "3.6"
75- rich == 9.4.0 ;python_version >= "3.6" and python_version<"4.0"
75+ rich == 9.5.1 ;python_version >= "3.6" and python_version<"4.0"
7676zipp == 1.2.0 ;python_version < "3.6"
7777zipp == 3.4.0 ;python_version >= "3.6"
7878flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 176176 'Pillow==6.2.2;python_version<"3.5"' ,
177177 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
178178 'Pillow==8.0.1;python_version>="3.6"' ,
179- 'rich==9.4.0 ;python_version>="3.6" and python_version<"4.0"' ,
179+ 'rich==9.5.1 ;python_version>="3.6" and python_version<"4.0"' ,
180180 'zipp==1.2.0;python_version<"3.6"' ,
181181 'zipp==3.4.0;python_version>="3.6"' ,
182182 'flake8==3.7.9;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments