From 5629372c019170bf5c786847011c2792c2b3e226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:42:30 +0000 Subject: [PATCH] Bump pillow from 11.1.0 to 12.1.1 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 12.1.1. - [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.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index a671870..3bf4aa5 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,6 +1,6 @@ Django python-dotenv -pillow==11.1.0 +pillow==12.1.1 psycopg2-binary==2.9.10 redis==5.2.1 celery==5.4.0