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 @@ -126,7 +126,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
126
126
Pillow == 9.1.1 ;python_version >= "3.7"
127
127
typing-extensions == 3.10.0.2 ;python_version < "3.6"
128
128
typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.9"
129
- rich == 12.4.3 ;python_version >= "3.6" and python_version<"4.0"
129
+ rich == 12.4.4 ;python_version >= "3.6" and python_version<"4.0"
130
130
tornado == 5.1.1 ;python_version < "3.5"
131
131
tornado == 6.1 ;python_version >= "3.5"
132
132
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 251
251
'Pillow==9.1.1;python_version>="3.7"' ,
252
252
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
253
253
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"' , # noqa: E501
254
- 'rich==12.4.3 ;python_version>="3.6" and python_version<"4.0"' ,
254
+ 'rich==12.4.4 ;python_version>="3.6" and python_version<"4.0"' ,
255
255
'tornado==5.1.1;python_version<"3.5"' ,
256
256
'tornado==6.1;python_version>="3.5"' ,
257
257
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments