From e1aa26f463745ca0f11a7a33e39e2052e94ea623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:46:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20matplotlib=20requirement?= =?UTF-8?q?=20from=20>=3D3.10.7=20to=20>=3D3.10.8=20in=20/book?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 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..1f9c76c 100644 --- a/book/pyproject.toml +++ b/book/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.13" dependencies = [ "jupyter-book>=2.1.0", "evals", - "matplotlib>=3.10.7", + "matplotlib>=3.10.8", "pillow>=12.0.0", "numpy>=2.3.5", "fonttools>=4.60.1",