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 @@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109
109
Pillow == 8.4.0 ;python_version >= "3.6"
110
110
typing-extensions == 3.10.0.2 ;python_version < "3.6"
111
111
typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.8"
112
- rich == 10.15.0 ;python_version >= "3.6" and python_version<"4.0"
112
+ rich == 10.15.1 ;python_version >= "3.6" and python_version<"4.0"
113
113
tornado == 5.1.1 ;python_version < "3.5"
114
114
tornado == 6.1 ;python_version >= "3.5"
115
115
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 228
228
'Pillow==8.4.0;python_version>="3.6"' ,
229
229
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.8 for "rich"
230
230
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
231
- 'rich==10.15.0 ;python_version>="3.6" and python_version<"4.0"' ,
231
+ 'rich==10.15.1 ;python_version>="3.6" and python_version<"4.0"' ,
232
232
'tornado==5.1.1;python_version<"3.5"' ,
233
233
'tornado==6.1;python_version>="3.5"' ,
234
234
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments