From c6e79a288967ab5bffeb8889aefe9bce4353fc77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:35:07 +0000 Subject: [PATCH] chore(deps): update pillow requirement from >=11.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/11.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 9ca83a4..569ae35 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,7 +4,7 @@ drf-spectacular>=0.28,<0.29 django-storages[boto3]>=1.14,<1.15 django-ratelimit>=4.1,<5.0 django-unfold>=0.92,<1.0 -Pillow>=11.0 +Pillow>=12.2.0 psycopg[binary]>=3.3,<3.4 python-dotenv>=1.0 redis>=5.2,<7.0