From d6b332ba54642fe8d477e625ec6a40bc8ca20b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:55:03 +0000 Subject: [PATCH] build(deps): update pillow requirement in /backend 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.0.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..a542813 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "celery[redis]>=5.4,<6.0", "django-celery-beat>=2.6,<3.0", "django-celery-results>=2.5,<3.0", - "Pillow>=10.0,<12.0", + "Pillow>=10.0,<13.0", "django-storages[boto3]>=1.14,<2.0", "boto3>=1.34,<2.0", "python-decouple>=3.8,<4.0",