Skip to content

Commit 693616c

Browse files
committed
Refresh Python dependencies
1 parent e1f3eec commit 693616c

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
@@ -130,7 +130,7 @@ Pillow==9.2.0;python_version>="3.7"
130130
typing-extensions==3.10.0.2;python_version<"3.6"
131131
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
132132
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"
133-
rich==12.4.4;python_version>="3.6" and python_version<"4.0"
133+
rich==12.5.1;python_version>="3.6" and python_version<"4.0"
134134
tornado==5.1.1;python_version<"3.5"
135135
tornado==6.1;python_version>="3.5" and python_version<"3.7"
136136
tornado==6.2;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
258258
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
259259
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
260-
'rich==12.4.4;python_version>="3.6" and python_version<"4.0"',
260+
'rich==12.5.1;python_version>="3.6" and python_version<"4.0"',
261261
'tornado==5.1.1;python_version<"3.5"',
262262
'tornado==6.1;python_version>="3.5" and python_version<"3.7"',
263263
'tornado==6.2;python_version>="3.7"',

0 commit comments

Comments
 (0)