From f2ef546c5bbd58b87abc2e9f90158af068dae551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:44:16 +0000 Subject: [PATCH] Bump matplotlib from 3.8.2 to 3.8.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.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 2b089ae..12a2c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ docs = [ dev = ["pre-commit>=2.12.1"] tests = ["pytest==8.0.0"] strict = [ - "matplotlib==3.8.2", + "matplotlib==3.8.3", "pymatgen==2024.1.27", "BoltzTraP2==24.1.1", "trimesh==4.1.0",