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 @@ -88,7 +88,7 @@ toml==0.10.2
88
88
Pillow == 6.2.2 ;python_version < "3.5"
89
89
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
90
90
Pillow == 8.2.0 ;python_version >= "3.6"
91
- rich == 10.3 .0 ;python_version >= "3.6" and python_version<"4.0"
91
+ rich == 10.4 .0 ;python_version >= "3.6" and python_version<"4.0"
92
92
tornado == 5.1.1 ;python_version < "3.5"
93
93
tornado == 6.1 ;python_version >= "3.5"
94
94
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 203
203
'Pillow==6.2.2;python_version<"3.5"' ,
204
204
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
205
205
'Pillow==8.2.0;python_version>="3.6"' ,
206
- 'rich==10.3 .0;python_version>="3.6" and python_version<"4.0"' ,
206
+ 'rich==10.4 .0;python_version>="3.6" and python_version<"4.0"' ,
207
207
'tornado==5.1.1;python_version<"3.5"' ,
208
208
'tornado==6.1;python_version>="3.5"' ,
209
209
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments