From 8817516f0ee049428e21a7100649c143fbf6e548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 08:59:06 +0000 Subject: [PATCH] Bump pillow from 11.2.1 to 11.3.0 Bumps [pillow](https://github.com/python-pillow/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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17db4728c9b..519325274bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ PyGithub==1.58.2 lxml==5.4.0 Markdown==3.8 openpyxl==3.1.5 -Pillow==11.2.1 # required by django-imagekit +Pillow==11.3.0 # required by django-imagekit psycopg[c]==3.2.9 cryptography==45.0.3 python-dateutil==2.9.0.post0