From 3c931ab8a49538bdd0158903ec2900d4861b97a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:46:20 +0000 Subject: [PATCH] Update pillow requirement from >=10.4.0 to >=12.2.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/10.4.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f34ee22..162ac4d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -16,4 +16,4 @@ jinja2==3.1.6 python-multipart==0.0.22 orjson==3.11.6 pydantic==2.9.2 -Pillow>=10.4.0 +Pillow>=12.2.0