From 45fd13786a2cdaf43f666c08ba905c8bd3326e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:14:30 +0200 Subject: [PATCH] Update pillow requirement from ==10.4.* to ==11.0.* (#4566) 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/10.4.0...11.0.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 efcdbf8eb..eb7b684eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "paypal-checkout-serversdk==1.0.*", "PyJWT==2.9.*", "phonenumberslite==8.13.*", - "Pillow==10.4.*", + "Pillow==11.0.*", "pretix-plugin-build", "protobuf==5.28.*", "psycopg2-binary",