From 1e9afaa5b15a13565e42861af11ad735c9088fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:50:48 +0000 Subject: [PATCH] chore(deps): bump pillow Bumps the pip group with 1 update in the /backend/server directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 11.2.1 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/11.2.1...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/server/requirements.txt b/backend/server/requirements.txt index c679ecc..35e65e6 100644 --- a/backend/server/requirements.txt +++ b/backend/server/requirements.txt @@ -6,7 +6,7 @@ django-cors-headers==4.4.0 coreapi==2.3.3 python-dotenv==1.1.0 psycopg2-binary==2.9.10 -pillow==11.2.1 +pillow==11.3.0 whitenoise==6.9.0 django-resized==1.0.3 django-geojson==4.2.0