From 078e1c0d974232637662d329c8aa8f85fb80469c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:55:08 +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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9560b4d..824a698 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,4 +8,4 @@ sphinx-argparse==0.5.2 linkify-it-py==2.0.3 docutils==0.21.2 cairosvg==2.7.1 -pillow==10.4.0 +pillow==12.3.0 diff --git a/pyproject.toml b/pyproject.toml index 035a080..8519937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -181,7 +181,7 @@ docs = [ "sphinx-argparse>=0.5", "linkify-it-py>=2.0.3", "cairosvg>=2.7", - "pillow>=10.4,<12", + "pillow>=10.4,<13", ] [project.urls]