Skip to content

Commit b0b9f98

Browse files
committed
Update Python dependencies
1 parent ff52351 commit b0b9f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ toml==0.10.2
8383
Pillow==6.2.2;python_version<"3.5"
8484
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
8585
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"
8787
tornado==5.1.1;python_version<"3.5"
8888
tornado==6.1;python_version>="3.5"
8989
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
'Pillow==6.2.2;python_version<"3.5"',
199199
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
200200
'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"',
202202
'tornado==5.1.1;python_version<"3.5"',
203203
'tornado==6.1;python_version>="3.5"',
204204
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)