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 @@ -83,7 +83,7 @@ toml==0.10.2
83
83
Pillow == 6.2.2 ;python_version < "3.5"
84
84
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
85
85
Pillow == 8.2.0 ;python_version >= "3.6"
86
- rich == 10.1 .0 ;python_version >= "3.6" and python_version<"4.0"
86
+ rich == 10.2 .0 ;python_version >= "3.6" and python_version<"4.0"
87
87
tornado == 5.1.1 ;python_version < "3.5"
88
88
tornado == 6.1 ;python_version >= "3.5"
89
89
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 198
198
'Pillow==6.2.2;python_version<"3.5"' ,
199
199
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
200
200
'Pillow==8.2.0;python_version>="3.6"' ,
201
- 'rich==10.1 .0;python_version>="3.6" and python_version<"4.0"' ,
201
+ 'rich==10.2 .0;python_version>="3.6" and python_version<"4.0"' ,
202
202
'tornado==5.1.1;python_version<"3.5"' ,
203
203
'tornado==6.1;python_version>="3.5"' ,
204
204
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments