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
78
78
Pillow == 6.2.2 ;python_version < "3.5"
79
79
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
80
80
Pillow == 8.1.0 ;python_version >= "3.6"
81
- rich == 9.11.1 ;python_version >= "3.6" and python_version<"4.0"
81
+ rich == 9.12.0 ;python_version >= "3.6" and python_version<"4.0"
82
82
flake8 == 3.7.9 ;python_version < "3.5"
83
83
flake8 == 3.8.4 ;python_version >= "3.5"
84
84
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 182
182
'Pillow==6.2.2;python_version<"3.5"' ,
183
183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
184
184
'Pillow==8.1.0;python_version>="3.6"' ,
185
- 'rich==9.11.1 ;python_version>="3.6" and python_version<"4.0"' ,
185
+ 'rich==9.12.0 ;python_version>="3.6" and python_version<"4.0"' ,
186
186
'flake8==3.7.9;python_version<"3.5"' ,
187
187
'flake8==3.8.4;python_version>="3.5"' ,
188
188
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments