Refresh Python dependencies

This commit is contained in:
Michael Mintz 2022-10-02 14:36:55 -04:00
parent dd928b6b63
commit 96dccd229b
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ toml==0.10.2
typing-extensions==3.10.0.2;python_version<"3.6"
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"
rich==12.5.1;python_version>="3.6" and python_version<"4.0"
rich==12.6.0;python_version>="3.6" and python_version<"4.0"
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

View File

@ -243,7 +243,7 @@ setup(
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
'rich==12.5.1;python_version>="3.6" and python_version<"4.0"',
'rich==12.6.0;python_version>="3.6" and python_version<"4.0"',
],
extras_require={
# pip install -e .[coverage]