From 3ebe6221890b19f57a1db33d0701afe24ce6f3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:45:49 +0100 Subject: [PATCH] Update pillow requirement from ==9.5.* to ==10.2.* (#3905) 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/9.5.0...10.2.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 d27bbadc4..cf9afd033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "paypal-checkout-serversdk==1.0.*", "PyJWT==2.8.*", "phonenumberslite==8.13.*", - "Pillow==9.5.*", + "Pillow==10.2.*", "pretix-plugin-build", "protobuf==4.23.*", "psycopg2-binary",