Skip to content

Commit 2a6887d

Browse files
committed
Refresh Python dependencies
1 parent fa8fc4f commit 2a6887d

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
@@ -126,7 +126,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
126126
Pillow==9.1.1;python_version>="3.7"
127127
typing-extensions==3.10.0.2;python_version<"3.6"
128128
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
129-
rich==12.4.3;python_version>="3.6" and python_version<"4.0"
129+
rich==12.4.4;python_version>="3.6" and python_version<"4.0"
130130
tornado==5.1.1;python_version<"3.5"
131131
tornado==6.1;python_version>="3.5"
132132
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
'Pillow==9.1.1;python_version>="3.7"',
252252
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
253253
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
254-
'rich==12.4.3;python_version>="3.6" and python_version<"4.0"',
254+
'rich==12.4.4;python_version>="3.6" and python_version<"4.0"',
255255
'tornado==5.1.1;python_version<"3.5"',
256256
'tornado==6.1;python_version>="3.5"',
257257
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)