From b5f0e94e63ffbfa44e36c54358442ee9f1195ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:15:19 +0000 Subject: [PATCH] chore(deps): bump pillow from 12.2.0 to 12.3.0 in /requirements 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index abd02a22..698eb27c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -78,7 +78,7 @@ nh3==0.3.6 # via wagtail-markdown openpyxl==3.1.5 # via wagtail -pillow==12.2.0 +pillow==12.3.0 # via # pillow-heif # wagtail diff --git a/requirements/dev.txt b/requirements/dev.txt index 7d0d473c..4a5f3ae1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -141,7 +141,7 @@ packaging==26.2 # wheel pathspec==1.1.1 # via black -pillow==12.2.0 +pillow==12.3.0 # via # -c base.txt # pillow-heif