From 90115e7d8dcd1644e8144f6221e6e17e1205e2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:23:15 +0000 Subject: [PATCH] chore(deps): bump pillow from 11.3.0 to 12.2.0 in /platform Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.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/11.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform/requirements.in | 2 +- platform/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/requirements.in b/platform/requirements.in index 95bdcc7a17..a69ab53f57 100644 --- a/platform/requirements.in +++ b/platform/requirements.in @@ -30,7 +30,7 @@ tenacity==9.1.2 nh3==0.3.0 freezegun==1.5.5 Flask-Babel==2.0.0 -Pillow==11.3.0 +Pillow==12.2.0 cffi==1.17.1 six==1.17.0 urllib3==2.5.0 diff --git a/platform/requirements.txt b/platform/requirements.txt index 34a511cee9..f8858323dd 100644 --- a/platform/requirements.txt +++ b/platform/requirements.txt @@ -125,7 +125,7 @@ packaging==25.0 # via gunicorn passlib==1.7.4 # via -r requirements.in -pillow==11.3.0 +pillow==12.2.0 # via -r requirements.in pycparser==2.22 # via cffi