From df4c83d849cf6adae51c95948e19286e9ea496e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:14:26 +0000 Subject: [PATCH] Update pillow requirement from ==12.2.* to ==12.3.* Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 018ac19c0..251b561e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "paypal-checkout-serversdk==1.0.*", "PyJWT==2.13.*", "phonenumberslite==9.0.*", - "Pillow==12.2.*", + "Pillow==12.3.*", "pretix-plugin-build", "protobuf==7.35.*", "psycopg2-binary",