Skip to content

Commit 390d910

Browse files
committed
Refresh Python dependencies
1 parent dcce266 commit 390d910

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
@@ -83,7 +83,7 @@ commonmark==0.9.1;python_version<"3.7"
8383
markdown-it-py==3.0.0;python_version>="3.8"
8484
mdurl==0.1.2;python_version>="3.7"
8585
rich==12.6.0;python_version<"3.7"
86-
rich==13.5.0;python_version>="3.7"
86+
rich==13.5.1;python_version>="3.7"
8787

8888
# --- Testing Requirements --- #
8989
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
'markdown-it-py==3.0.0;python_version>="3.8"', # For new "rich"
218218
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
219219
'rich==12.6.0;python_version<"3.7"',
220-
'rich==13.5.0;python_version>="3.7"',
220+
'rich==13.5.1;python_version>="3.7"',
221221
],
222222
extras_require={
223223
# pip install -e .[allure]

0 commit comments

Comments
 (0)