From 12ca60d6e9a0acaf39a291326c99fc3e39a64056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:16:48 +0000 Subject: [PATCH] Update pillow requirement from <9.0,>=8.1.2 to >=8.1.2,<13.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/8.1.2...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 06c559b64..a41928769 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ pytest-snapshot pytest-timeout pytest-xdist # Dependencies -Pillow>=8.1.2,<9.0 +Pillow>=8.1.2,<13.0 # Use pre-compiled wheel from packagecloud dlib==19.24.2.post1 flask-cors>=3.0.9,<4.0.0