Skip to content

Commit 9555b29

Browse files
committed
Update a Python dependency: "rich==9.5.1"
1 parent 244d063 commit 9555b29

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
@@ -72,7 +72,7 @@ toml==0.10.2
7272
Pillow==6.2.2;python_version<"3.5"
7373
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
7474
Pillow==8.0.1;python_version>="3.6"
75-
rich==9.4.0;python_version>="3.6" and python_version<"4.0"
75+
rich==9.5.1;python_version>="3.6" and python_version<"4.0"
7676
zipp==1.2.0;python_version<"3.6"
7777
zipp==3.4.0;python_version>="3.6"
7878
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
'Pillow==6.2.2;python_version<"3.5"',
177177
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
178178
'Pillow==8.0.1;python_version>="3.6"',
179-
'rich==9.4.0;python_version>="3.6" and python_version<"4.0"',
179+
'rich==9.5.1;python_version>="3.6" and python_version<"4.0"',
180180
'zipp==1.2.0;python_version<"3.6"',
181181
'zipp==3.4.0;python_version>="3.6"',
182182
'flake8==3.7.9;python_version<"3.5"',

0 commit comments

Comments
 (0)