Skip to content

Commit 77ea8fc

Browse files
committed
Refresh Python dependencies
1 parent bfb94e2 commit 77ea8fc

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
@@ -71,7 +71,7 @@ PyAutoGUI>=0.9.54;platform_system=="Linux"
7171
markdown-it-py==3.0.0;python_version<"3.10"
7272
markdown-it-py==4.0.0;python_version>="3.10"
7373
mdurl==0.1.2
74-
rich>=14.3.3,<15
74+
rich>=15.0.0,<16
7575

7676
# --- Testing Requirements --- #
7777
# ("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
@@ -219,7 +219,7 @@
219219
'markdown-it-py==3.0.0;python_version<"3.10"',
220220
'markdown-it-py==4.0.0;python_version>="3.10"',
221221
'mdurl==0.1.2',
222-
'rich>=14.3.3,<15',
222+
'rich>=15.0.0,<16',
223223
],
224224
extras_require={
225225
# pip install -e .[allure]

0 commit comments

Comments
 (0)