Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-11-15 21:17:09 -05:00
parent 8b05246845
commit 395c924183
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ pyotp==2.9.0
markdown-it-py==2.2.0;python_version<"3.8"
markdown-it-py==3.0.0;python_version>="3.8"
mdurl==0.1.2
rich==13.6.0
rich==13.7.0
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

View File

@ -190,7 +190,7 @@ setup(
'markdown-it-py==2.2.0;python_version<"3.8"',
'markdown-it-py==3.0.0;python_version>="3.8"',
'mdurl==0.1.2',
'rich==13.6.0',
'rich==13.7.0',
],
extras_require={
# pip install -e .[allure]