Refresh Python dependencies

This commit is contained in:
Michael Mintz 2021-11-30 01:16:51 -05:00
parent 4aea38a4bf
commit 1aaaa4ceca
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
Pillow==8.4.0;python_version>="3.6"
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.15.0;python_version>="3.6" and python_version<"4.0"
rich==10.15.1;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

@ -228,7 +228,7 @@ setup(
'Pillow==8.4.0;python_version>="3.6"',
'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.15.0;python_version>="3.6" and python_version<"4.0"',
'rich==10.15.1;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"',