From 0f2039a2b7aa58972a7e00476361ebd9ff14eeb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:07:57 +0000 Subject: [PATCH] Bump pillow from 4.0.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.0.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/4.0.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9638f4e..8c0e8b7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,7 +20,7 @@ django-crispy-forms==1.6.1 django-model-utils==2.6.1 # Images -Pillow==4.0.0 +Pillow==12.3.0 # For user registration, either via email or social # Well-built with regular release cycles!