From d463e1fff16beed144122af603d77f32b4547034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:19:19 +0000 Subject: [PATCH] Bump matplotlib from 3.9.0 to 3.9.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.9.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production 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 797ec42d..41a94e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ strict = [ "FireWorks==2.0.3", "PyYAML==6.0.1", "maggma==0.69.0", - "matplotlib==3.9.0", + "matplotlib==3.9.1", "monty==2024.5.24", "moto==4.2.13", "networkx==3.2.1",