Skip to content

Commit 1aaaa4c

Browse files
committed
Refresh Python dependencies
1 parent 4aea38a commit 1aaaa4c

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
@@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109109
Pillow==8.4.0;python_version>="3.6"
110110
typing-extensions==3.10.0.2;python_version<"3.6"
111111
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
112-
rich==10.15.0;python_version>="3.6" and python_version<"4.0"
112+
rich==10.15.1;python_version>="3.6" and python_version<"4.0"
113113
tornado==5.1.1;python_version<"3.5"
114114
tornado==6.1;python_version>="3.5"
115115
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
'Pillow==8.4.0;python_version>="3.6"',
229229
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
230230
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
231-
'rich==10.15.0;python_version>="3.6" and python_version<"4.0"',
231+
'rich==10.15.1;python_version>="3.6" and python_version<"4.0"',
232232
'tornado==5.1.1;python_version<"3.5"',
233233
'tornado==6.1;python_version>="3.5"',
234234
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)