From 3eeab9a98bc81f490d904d610869a0df6fd3e5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:15:45 +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 967dad1f..c916e9c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ strict = [ "FireWorks==2.1.3", "PyYAML==6.0.3", "maggma==0.72.1", - "matplotlib==3.10.8", + "matplotlib==3.10.9", "monty==2025.3.3", "moto==5.1.22", "networkx==3.4.2",