From e70452ee47782ebc2cb25f5dee4b35020900e5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:02:50 +0000 Subject: [PATCH] Update pillow requirement from ==12.1.* to ==12.2.* 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.1.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.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 98d08f98e..f6989f495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "paypal-checkout-serversdk==1.0.*", "PyJWT==2.12.*", "phonenumberslite==9.0.*", - "Pillow==12.1.*", + "Pillow==12.2.*", "pretix-plugin-build", "protobuf==7.34.*", "psycopg2-binary",