From 1c380fa2dde16fa9d6653b52591edfbd256d37af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:51:54 +0000 Subject: [PATCH] Bump pillow in /requirements in the pip group across 1 directory Bumps the pip group with 1 update in the /requirements directory: [pillow](https://github.com/python-pillow/Pillow). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/requirements.in | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.in b/requirements/requirements.in index 8bc9ce84..73d44162 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -3,7 +3,7 @@ bump2version cartopy==0.22.0 flake8 matplotlib==3.10.8 -pillow>=9 +pillow>=12.3.0 pdfx pip-tools pre-commit diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0d3806a9..17262fde 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -97,7 +97,7 @@ pdfminer-six==20201018 # via pdfx pdfx==1.4.1 # via -r requirements.in -pillow==12.2.0 +pillow==12.3.0 # via # -r requirements.in # matplotlib