From f14512f3fc4826696da458c660f15512f82b11f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:31:57 +0000 Subject: [PATCH] chore(deps): bump pillow from 11.1.0 to 11.3.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.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/11.1.0...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fa56c2a..8df20a1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ Flask-SQLAlchemy==3.1.1 Flask-Migrate==4.0.7 Flask-Cors==4.0.1 python-dotenv==1.0.1 -Pillow==11.1.0 +Pillow==11.3.0 pillow-heif==0.21.0 python-dateutil==2.9.0 pywebpush==2.3.0