Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-02-22 21:43:18 -05:00
parent 1758a23db8
commit 3727f31a56
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ cffi==1.15.1
typing-extensions==4.1.1;python_version<"3.7"
typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"
commonmark==0.9.1;python_version<"3.7"
markdown-it-py==2.1.0;python_version>="3.7"
markdown-it-py==2.2.0;python_version>="3.7"
mdurl==0.1.2;python_version>="3.7"
rich==12.6.0;python_version<"3.7"
rich==13.3.1;python_version>="3.7"

View File

@ -216,7 +216,7 @@ setup(
'typing-extensions==4.1.1;python_version<"3.7"',
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
'commonmark==0.9.1;python_version<"3.7"', # For old "rich"
'markdown-it-py==2.1.0;python_version>="3.7"', # For new "rich"
'markdown-it-py==2.2.0;python_version>="3.7"', # For new "rich"
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
'rich==12.6.0;python_version<"3.7"',
'rich==13.3.1;python_version>="3.7"',