Skip to content

Commit bdfa18d

Browse files
committed
Refresh Python dependencies
1 parent 6b9a223 commit bdfa18d

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
@@ -96,7 +96,7 @@ commonmark==0.9.1;python_version<"3.7"
9696
markdown-it-py==2.2.0;python_version>="3.7"
9797
mdurl==0.1.2;python_version>="3.7"
9898
rich==12.6.0;python_version<"3.7"
99-
rich==13.3.1;python_version>="3.7"
99+
rich==13.3.2;python_version>="3.7"
100100

101101
# --- Testing Requirements --- #
102102
# ("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
@@ -220,7 +220,7 @@
220220
'markdown-it-py==2.2.0;python_version>="3.7"', # For new "rich"
221221
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
222222
'rich==12.6.0;python_version<"3.7"',
223-
'rich==13.3.1;python_version>="3.7"',
223+
'rich==13.3.2;python_version>="3.7"',
224224
],
225225
extras_require={
226226
# pip install -e .[allure]

0 commit comments

Comments
 (0)