Refresh Python dependencies

This commit is contained in:
Michael Mintz 2022-05-25 22:48:58 -04:00
parent fa8fc4f69e
commit 2a6887ddec
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
Pillow==9.1.1;python_version>="3.7"
typing-extensions==3.10.0.2;python_version<"3.6"
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
rich==12.4.3;python_version>="3.6" and python_version<"4.0"
rich==12.4.4;python_version>="3.6" and python_version<"4.0"
tornado==5.1.1;python_version<"3.5"
tornado==6.1;python_version>="3.5"
pdfminer.six==20191110;python_version<"3.5"

View File

@ -251,7 +251,7 @@ setup(
'Pillow==9.1.1;python_version>="3.7"',
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
'rich==12.4.3;python_version>="3.6" and python_version<"4.0"',
'rich==12.4.4;python_version>="3.6" and python_version<"4.0"',
'tornado==5.1.1;python_version<"3.5"',
'tornado==6.1;python_version>="3.5"',
'pdfminer.six==20191110;python_version<"3.5"',