Refresh a Python dependency

This commit is contained in:
Michael Mintz 2022-06-30 15:23:27 -04:00
parent 5b42f300c0
commit 71c4cadbc2
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ pymysql==1.0.2;python_version>="3.6"
pyotp==2.3.0;python_version<"3.5"
pyotp==2.6.0;python_version>="3.5"
boto==2.49.0
cffi==1.15.0
cffi==1.15.1
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"

View File

@ -246,7 +246,7 @@ setup(
'pyotp==2.3.0;python_version<"3.5"',
'pyotp==2.6.0;python_version>="3.5"',
"boto==2.49.0",
"cffi==1.15.0",
"cffi==1.15.1",
"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"',