From 1f753a57c589bdace9e81a54fa60a600263ab059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:22:58 +0100 Subject: [PATCH] Update pillow requirement from ==11.0.* to ==11.1.* (#4729) 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/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05b8d6d4a1..037b4e8351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "paypal-checkout-serversdk==1.0.*", "PyJWT==2.9.*", "phonenumberslite==8.13.*", - "Pillow==11.0.*", + "Pillow==11.1.*", "pretix-plugin-build", "protobuf==5.29.*", "psycopg2-binary",