From c857de302f05f754d7f2f0cc72e9c961def2e816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:48:41 +0000 Subject: [PATCH] chore(deps): Bump pillow from 12.2.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5efc713..54c90b69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ pypdf==6.13.3 # Pillow - Python Imaging Library fork, for image manipulation # Note: Pillow 10.0+ dropped Python 3.7 support; 11.0+ dropped Python 3.8 # See: https://pypi.org/project/Pillow/ -Pillow==12.2.0 +Pillow==12.3.0 # Image cropping in the admin is provided by the in-repo `image_cropping/` # package (a fork of django-image-cropping), NOT a PyPI dependency. We dropped