From 0c52add05f5b67fc26b98238eecd0c8c40486a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:01:25 +0000 Subject: [PATCH] build(deps): Update pillow requirement Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.3.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d721e2df..3bb1e1ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "django-meta>=2.5.0,<3.0.0", # Image Processing - "pillow>=11.3.0,<12.0.0", + "pillow>=11.3.0,<13.0.0", "django-stdimage>=6.0.2,<7.0.0", "django-cleanup>=9.0.0,<10.0.0",