From fc691eea924a16b8068a45bcc6dcc59706c0aa1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:53:30 +0000 Subject: [PATCH] Bump matplotlib from 3.9.3 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.3...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 30a6c8cb..7a311db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ strict = [ "FireWorks==2.0.3", "PyYAML==6.0.2", "maggma==0.70.0", - "matplotlib==3.9.3", + "matplotlib==3.10.0", "monty==2024.10.21", "moto==4.2.13", "networkx==3.2.1",