From 2a753ee0fde82c98794f806ae8fe0585ec8e32e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:59:14 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89ee6e690..50a274e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "quickpay-api-client==2.0.1", "Unidecode==1.4.0", # pillow is only here to make old migrations run - "Pillow==11.3.0", + "Pillow==12.0.0", "weasyprint==65.1", ]