Upgrade Pillow to latest based on Python v3.7 compatibility.
parent
2cd86449d0
commit
858c85adbe
|
|
@ -43,7 +43,8 @@ pywinpty==2.0.*; sys_platform=="win32"
|
|||
Authlib==1.2.*
|
||||
pyotp==2.*
|
||||
qrcode==7.*
|
||||
Pillow==9.*
|
||||
Pillow==9.*; python_version <= '3.7'
|
||||
Pillow==10.*; python_version > '3.7'
|
||||
boto3==1.28.*
|
||||
botocore==1.31.*
|
||||
urllib3==1.26.*
|
||||
|
|
|
|||
Loading…
Reference in New Issue