From cb868def00233a2dfa1883aee9aef8d24c2ec04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:36:33 +0100 Subject: [PATCH] Update pillow requirement from <11.1,>=9.2 to >=9.2,<11.2 (#2807) 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.2.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> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45d27b704..7a02b63b2 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "flask-script>=2.0.5,<3.0", "flask-babel>=1.0,<4.1", "arrow>=0.4,<=1.3.0", - "pillow>=9.2,<11.1", + "pillow>=9.2,<11.2", "bcrypt>=3.1.1,<4.3", "blinker>=1.3,<1.10", "celery[redis]>=5.2.7,<5.5",