From 0a5190f0af0124d4abdef371f8b4a55315609e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:58:49 +0000 Subject: [PATCH] chore(deps): bump pillow from 11.2.1 to 12.2.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.2.1 to 12.2.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/11.2.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 20f665b..2010827 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.8.1 Django==5.2.15 djangorestframework==3.16.1 -pillow==11.2.1 +pillow==12.2.0 psycopg2-binary==2.9.10 python-dotenv==1.0.1 sqlparse==0.5.3