From cdd8a3a92cc7085bd3bc89e4185ef854c614edf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:16:05 +0000 Subject: [PATCH] Bump pillow from 10.4.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.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/10.4.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75f778861e..d0af54c399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "numba>=0.60.0", "numpy>=2.0.0,<2.4", "numpy-quaternion>=2024.0.0", - "pillow==10.4.0", + "pillow==12.3.0", "scipy>=1.13.0", "tqdm", ] diff --git a/requirements.txt b/requirements.txt index f7f1738e39..012e2849cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ matplotlib numba>=0.60.0 numpy>=2.0.0,<2.4 numpy-quaternion>=2024.0.0 -pillow==10.4.0 +pillow==12.3.0 scipy>=1.13.0 tqdm