From ff5f6a83e0880c05e71ba4aa9ad8bf40c83ffecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:23:10 +0000 Subject: [PATCH] Bump matplotlib from 3.9.1.post1 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.1.post1 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1.post1...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f8c03a01e7..86ca58ad9e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ doc = [ "sphinx-gallery==0.17.1", "sphinxcontrib-mermaid==0.9.2", "docker>=6.1.0", - "matplotlib==3.9.1.post1", + "matplotlib==3.10.0", "requests>=2.28.2", "sphinxcontrib.jquery==4.1", "sphinxcontrib-openapi==0.8.4",