From 6d3476c8ce93d7aba1292e64d8e4a985735b51bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:13:19 +0000 Subject: [PATCH] Update pillow requirement from <11.1.0,>=9.4.0 to >=9.4.0,<12.4.0 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.4.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec561dc94..e1137270e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ "aiomysql >=0.1.1, <0.3.0", "mongoengine >=0.25.0, <0.30.0", "tinydb >=4.7.0, <4.9.0", - "Pillow >=9.4.0, <11.1.0", + "Pillow >=9.4.0, <12.4.0", "itsdangerous >=2.2.0, <2.3.0", "pydantic[email] >=1.10.2, <2.14.0", "beanie<2.0.0",