We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb94e2 commit 77ea8fcCopy full SHA for 77ea8fc
requirements.txt
@@ -71,7 +71,7 @@ PyAutoGUI>=0.9.54;platform_system=="Linux"
71
markdown-it-py==3.0.0;python_version<"3.10"
72
markdown-it-py==4.0.0;python_version>="3.10"
73
mdurl==0.1.2
74
-rich>=14.3.3,<15
+rich>=15.0.0,<16
75
76
# --- Testing Requirements --- #
77
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
setup.py
@@ -219,7 +219,7 @@
219
'markdown-it-py==3.0.0;python_version<"3.10"',
220
'markdown-it-py==4.0.0;python_version>="3.10"',
221
'mdurl==0.1.2',
222
- 'rich>=14.3.3,<15',
+ 'rich>=15.0.0,<16',
223
],
224
extras_require={
225
# pip install -e .[allure]
0 commit comments