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 8b05246 commit 395c924Copy full SHA for 395c924
requirements.txt
@@ -57,7 +57,7 @@ pyotp==2.9.0
57
markdown-it-py==2.2.0;python_version<"3.8"
58
markdown-it-py==3.0.0;python_version>="3.8"
59
mdurl==0.1.2
60
-rich==13.6.0
+rich==13.7.0
61
62
# --- Testing Requirements --- #
63
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
setup.py
@@ -190,7 +190,7 @@
190
'markdown-it-py==2.2.0;python_version<"3.8"',
191
'markdown-it-py==3.0.0;python_version>="3.8"',
192
'mdurl==0.1.2',
193
- 'rich==13.6.0',
+ 'rich==13.7.0',
194
],
195
extras_require={
196
# pip install -e .[allure]
0 commit comments