From 9c5f69dc83113d518afcba3eeaabd2279aaed42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:57:52 +0000 Subject: [PATCH] Bump matplotlib from 3.10.8 to 3.10.9 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.8 to 3.10.9. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f5ad36907d..fe62e561e03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ doc = [ "sphinx-gallery==0.20.0", "sphinxcontrib-mermaid==2.0.0", "docker>=6.1.0", - "matplotlib==3.10.8", + "matplotlib==3.10.9", "requests>=2.28.2", "sphinxcontrib.jquery==4.1", "sphinxcontrib-openapi==0.9.0",