From 828505202bab85e383a974dcd262dcd2ae1af8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:18:14 +0000 Subject: [PATCH] Bump pillow from 10.4.0 to 11.3.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.3.0. - [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...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 494cf90c75..2511c26473 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "dal-admin-filters==1.1.0", "django-markdownify==0.9.5", "django-imagekit==5.0.0", - "pillow==10.4.0", + "pillow==11.3.0", "redis[hiredis]==5.0.2", "google-api-python-client<3.0.0,>=2.94.0", "google-auth<3.0.0,>=2.22.0",