From 37423d85b3d6719afc1c7d88838798a956fd0d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 07:25:08 +0000 Subject: [PATCH] Bump pillow from 7.0.0 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index af68e490402..037b0cf7c05 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 0ae5b5f4e9e..380aab013ab 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",