From caf2714aef64dbe73242337e0cbe52a67687ea3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:05:04 +0000 Subject: [PATCH] Bump pillow from 12.1.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1. - [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.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 3e454eb0..05a2957c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ click==8.3.1 entrypoints==0.4 -Pillow==12.1.0 +Pillow==12.1.1 Sphinx==9.0.4 furo==2025.12.19 ipython==9.10.0 diff --git a/requirements.txt b/requirements.txt index b9709e2c..8b9926a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ numpy==1.26.4; python_version < '3.10' scipy==1.17.0 h5netcdf==1.8.1 h5py==3.15.1 -pillow==12.1.0 +pillow==12.1.1 loguru==0.7.3 tqdm==4.67.3