From 48f6e2ca33c24b7a8079caa44854198824f998ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:30:58 +0000 Subject: [PATCH] Bump matplotlib from 3.9.2 to 3.9.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) --- 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 7e324290e..c6e406585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "atomistics==0.1.32", "defusedxml==0.7.1", "h5py==3.12.1", - "matplotlib==3.9.2", + "matplotlib==3.9.3", "mendeleev==0.19.0", "mp-api==0.43.0", "numpy==1.26.4",