Update Python dependencies

This commit is contained in:
Michael Mintz 2021-01-07 17:41:42 -05:00
parent 5bcc4101ff
commit ed68cf733d
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ toml==0.10.2
Pillow==6.2.2;python_version<"3.5"
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
Pillow==8.1.0;python_version>="3.6"
rich==9.6.1;python_version>="3.6" and python_version<"4.0"
rich==9.6.2;python_version>="3.6" and python_version<"4.0"
zipp==1.2.0;python_version<"3.6"
zipp==3.4.0;python_version>="3.6"
flake8==3.7.9;python_version<"3.5"

View File

@ -180,7 +180,7 @@ setup(
'Pillow==6.2.2;python_version<"3.5"',
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
'Pillow==8.1.0;python_version>="3.6"',
'rich==9.6.1;python_version>="3.6" and python_version<"4.0"',
'rich==9.6.2;python_version>="3.6" and python_version<"4.0"',
'zipp==1.2.0;python_version<"3.6"',
'zipp==3.4.0;python_version>="3.6"',
'flake8==3.7.9;python_version<"3.5"',