Skip to content

Commit ed68cf7

Browse files
committed
Update Python dependencies
1 parent 5bcc410 commit ed68cf7

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
@@ -76,7 +76,7 @@ toml==0.10.2
7676
Pillow==6.2.2;python_version<"3.5"
7777
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
7878
Pillow==8.1.0;python_version>="3.6"
79-
rich==9.6.1;python_version>="3.6" and python_version<"4.0"
79+
rich==9.6.2;python_version>="3.6" and python_version<"4.0"
8080
zipp==1.2.0;python_version<"3.6"
8181
zipp==3.4.0;python_version>="3.6"
8282
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
'Pillow==6.2.2;python_version<"3.5"',
181181
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
182182
'Pillow==8.1.0;python_version>="3.6"',
183-
'rich==9.6.1;python_version>="3.6" and python_version<"4.0"',
183+
'rich==9.6.2;python_version>="3.6" and python_version<"4.0"',
184184
'zipp==1.2.0;python_version<"3.6"',
185185
'zipp==3.4.0;python_version>="3.6"',
186186
'flake8==3.7.9;python_version<"3.5"',

0 commit comments

Comments
 (0)