Skip to content

Commit 395c924

Browse files
committed
Refresh Python dependencies
1 parent 8b05246 commit 395c924

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
@@ -57,7 +57,7 @@ pyotp==2.9.0
5757
markdown-it-py==2.2.0;python_version<"3.8"
5858
markdown-it-py==3.0.0;python_version>="3.8"
5959
mdurl==0.1.2
60-
rich==13.6.0
60+
rich==13.7.0
6161

6262
# --- Testing Requirements --- #
6363
# ("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
@@ -190,7 +190,7 @@
190190
'markdown-it-py==2.2.0;python_version<"3.8"',
191191
'markdown-it-py==3.0.0;python_version>="3.8"',
192192
'mdurl==0.1.2',
193-
'rich==13.6.0',
193+
'rich==13.7.0',
194194
],
195195
extras_require={
196196
# pip install -e .[allure]

0 commit comments

Comments
 (0)