Skip to content

Commit 7116db9

Browse files
committed
Refresh Python dependencies
1 parent 2ff791e commit 7116db9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
117117
Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
118118
Pillow==9.1.0;python_version>="3.7"
119119
typing-extensions==3.10.0.2;python_version<"3.6"
120-
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
121-
rich==12.1.0;python_version>="3.6" and python_version<"4.0"
120+
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
121+
rich==12.2.0;python_version>="3.6" and python_version<"4.0"
122122
tornado==5.1.1;python_version<"3.5"
123123
tornado==6.1;python_version>="3.5"
124124
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@
241241
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
242242
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
243243
'Pillow==9.1.0;python_version>="3.7"',
244-
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
245-
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
246-
'rich==12.1.0;python_version>="3.6" and python_version<"4.0"',
244+
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
245+
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
246+
'rich==12.2.0;python_version>="3.6" and python_version<"4.0"',
247247
'tornado==5.1.1;python_version<"3.5"',
248248
'tornado==6.1;python_version>="3.5"',
249249
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)