Skip to content

Commit 483b19c

Browse files
committed
Refresh Python dependencies
1 parent bf480d7 commit 483b19c

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
@@ -116,7 +116,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
116116
Pillow==9.0.0;python_version>="3.7"
117117
typing-extensions==3.10.0.2;python_version<"3.6"
118118
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
119-
rich==10.16.2;python_version>="3.6" and python_version<"4.0"
119+
rich==11.0.0;python_version>="3.6" and python_version<"4.0"
120120
tornado==5.1.1;python_version<"3.5"
121121
tornado==6.1;python_version>="3.5"
122122
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
'Pillow==9.0.0;python_version>="3.7"',
242242
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
243243
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
244-
'rich==10.16.2;python_version>="3.6" and python_version<"4.0"',
244+
'rich==11.0.0;python_version>="3.6" and python_version<"4.0"',
245245
'tornado==5.1.1;python_version<"3.5"',
246246
'tornado==6.1;python_version>="3.5"',
247247
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)