From 40da46dab3190ae6bd574e62c0b4b6e8e20140b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:55:36 +0000 Subject: [PATCH] chore(deps): bump pillow from 11.1.0 to 12.0.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 12.0.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.1.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.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 cb9a5b79..9c6e13ab 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -44,7 +44,7 @@ oauthlib==3.2.2 ; python_version >= "3.12" and python_version < "4.0" packaging==25.0 ; python_version >= "3.12" and python_version < "4.0" pastel==0.2.1 ; python_version >= "3.12" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.12" and python_version < "4.0" -pillow==11.1.0 ; python_version >= "3.12" and python_version < "4.0" +pillow==12.0.0 ; python_version >= "3.12" and python_version < "4.0" platformdirs==4.3.7 ; python_version >= "3.12" and python_version < "4.0" poethepoet==0.34.0 ; python_version >= "3.12" and python_version < "4.0" psycopg2-binary==2.9.10 ; python_version >= "3.12" and python_version < "4.0"