Skip to content

Commit cfa1bb9

Browse files
committed
Update "rich" dependency
1 parent a65ef8d commit cfa1bb9

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
@@ -88,7 +88,7 @@ toml==0.10.2
8888
Pillow==6.2.2;python_version<"3.5"
8989
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
9090
Pillow==8.2.0;python_version>="3.6"
91-
rich==10.3.0;python_version>="3.6" and python_version<"4.0"
91+
rich==10.4.0;python_version>="3.6" and python_version<"4.0"
9292
tornado==5.1.1;python_version<"3.5"
9393
tornado==6.1;python_version>="3.5"
9494
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
'Pillow==6.2.2;python_version<"3.5"',
204204
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
205205
'Pillow==8.2.0;python_version>="3.6"',
206-
'rich==10.3.0;python_version>="3.6" and python_version<"4.0"',
206+
'rich==10.4.0;python_version>="3.6" and python_version<"4.0"',
207207
'tornado==5.1.1;python_version<"3.5"',
208208
'tornado==6.1;python_version>="3.5"',
209209
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)