From 69693b3d9de34c9950c47d5c7a599ef3f7f64719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:49:16 +0000 Subject: [PATCH] Update pillow requirement from <9.6.0,>=9.4.0 to >=9.4.0,<10.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...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 446745ce..3aac977d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ "mongoengine >=0.25.0, <0.28.0", "odmantic >=0.9.0,<0.10.0", "tinydb >=4.7.0, <4.9.0", - "Pillow >=9.4.0, <9.6.0", + "Pillow >=9.4.0, <10.4.0", "itsdangerous >=2.1.2, <2.2.0", "pydantic[email] >=1.10.2, <2.6.0", ]