Refresh Python dependencies

This commit is contained in:
Michael Mintz 2022-01-11 22:46:10 -05:00
parent bf480d7869
commit 483b19c556
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
Pillow==9.0.0;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.8"
rich==10.16.2;python_version>="3.6" and python_version<"4.0"
rich==11.0.0;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

@ -241,7 +241,7 @@ setup(
'Pillow==9.0.0;python_version>="3.7"',
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
'rich==10.16.2;python_version>="3.6" and python_version<"4.0"',
'rich==11.0.0;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"',