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 @@ -78,7 +78,7 @@ toml==0.10.2
7878Pillow == 6.2.2 ;python_version < "3.5"
7979Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
8080Pillow == 8.1.0 ;python_version >= "3.6"
81- rich == 9.11.0 ;python_version >= "3.6" and python_version<"4.0"
81+ rich == 9.11.1 ;python_version >= "3.6" and python_version<"4.0"
8282flake8 == 3.7.9 ;python_version < "3.5"
8383flake8 == 3.8.4 ;python_version >= "3.5"
8484pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 182182 'Pillow==6.2.2;python_version<"3.5"' ,
183183 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
184184 'Pillow==8.1.0;python_version>="3.6"' ,
185- 'rich==9.11.0 ;python_version>="3.6" and python_version<"4.0"' ,
185+ 'rich==9.11.1 ;python_version>="3.6" and python_version<"4.0"' ,
186186 'flake8==3.7.9;python_version<"3.5"' ,
187187 'flake8==3.8.4;python_version>="3.5"' ,
188188 'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments