From a7bbe9688417a54d43ce7d279e2c5f688f826e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:58:26 +0000 Subject: [PATCH] Bump matplotlib in the general-dependencies group across 1 directory Bumps the general-dependencies group with 1 update in the / directory: [matplotlib](https://github.com/matplotlib/matplotlib). Updates `matplotlib` from 3.9.2 to 3.10.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e90b6304..eae1581d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-gallery==0.18.0", "sphinx-design==0.6.1", - "matplotlib==3.9.2", # required by sphinx-gallery + "matplotlib==3.10.0", # required by sphinx-gallery ] [project.urls]