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 @@ -116,7 +116,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
116
116
Pillow == 9.0.0 ;python_version >= "3.7"
117
117
typing-extensions == 3.10.0.2 ;python_version < "3.6"
118
118
typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.8"
119
- rich == 10.16.2 ;python_version >= "3.6" and python_version<"4.0"
119
+ rich == 11.0.0 ;python_version >= "3.6" and python_version<"4.0"
120
120
tornado == 5.1.1 ;python_version < "3.5"
121
121
tornado == 6.1 ;python_version >= "3.5"
122
122
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 241
241
'Pillow==9.0.0;python_version>="3.7"' ,
242
242
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.8 for "rich"
243
243
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
244
- 'rich==10.16.2 ;python_version>="3.6" and python_version<"4.0"' ,
244
+ 'rich==11.0.0 ;python_version>="3.6" and python_version<"4.0"' ,
245
245
'tornado==5.1.1;python_version<"3.5"' ,
246
246
'tornado==6.1;python_version>="3.5"' ,
247
247
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments