From 8356cff651719701b2ae68462dad46fdb09b2c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:01:03 +0000 Subject: [PATCH 1/2] build(deps): bump pillow from 11.3.0 to 12.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.0.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.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b2bc1435bad..9f38aa9f47d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # native dependencies -Pillow==11.3.0 +Pillow==12.0.0 lxml==5.2.1 psycopg2==2.9.9 Django==5.2 From 18fa661f2c01b6b81546a25205674b049c067917 Mon Sep 17 00:00:00 2001 From: Giovanni Allegri Date: Mon, 20 Oct 2025 09:51:04 +0200 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8004cd37411..9a6229803e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ setup_requires = setuptools install_requires = # native dependencies - Pillow==11.3.0 + Pillow==12.0.0 lxml==5.2.1 psycopg2==2.9.9 Django==5.2