From 5ba9d699c9c61842c96b3f0c2b2f0528b753ea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:57:38 +0000 Subject: [PATCH] Bump matplotlib from 3.7.1 to 3.7.2 (#364) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6572530..d64339ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ strict = [ "pydantic==1.10.9", "PyYAML==6.0", "FireWorks==2.0.3", - "matplotlib==3.7.1", + "matplotlib==3.7.2", "pydot==1.4.2", "moto==4.1.12", "typing-extensions==4.7.1",