From b49fd63b09930c4bd25ca83f055c29415b39580e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:46:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20pillow=20requirement=20fro?= =?UTF-8?q?m=20>=3D12.0.0=20to=20>=3D12.2.0=20in=20/book?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- book/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/pyproject.toml b/book/pyproject.toml index af352ac..68a3ce4 100644 --- a/book/pyproject.toml +++ b/book/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "jupyter-book>=2.1.0", "evals", "matplotlib>=3.10.7", - "pillow>=12.0.0", + "pillow>=12.2.0", "numpy>=2.3.5", "fonttools>=4.60.1", ]