diff --git a/requirements.txt b/requirements.txt index af68e49040..037b0cf7c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ parse==1.19.0 parse-type==0.5.2 passlib==1.7.2 PasteDeploy==2.1.0 -Pillow==7.0.0 +Pillow==12.2.0 plaster==1.0 plaster-pastedeploy==0.7 pluggy==0.13.1 diff --git a/setup.py b/setup.py index 0ae5b5f4e9..380aab013a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ INSTALL_REQUIRES = [ "PasteDeploy==2.1.0", - "Pillow==7.0.0", + "Pillow==12.2.0", "SQLAlchemy==1.3.13", "WSGIProxy2==0.4.6", "WebOb==1.8.6",