From 1e97efe4c3021785c6b292ce2187b1cdf1e2445d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:11:41 +0000 Subject: [PATCH] Bump matplotlib from 3.8.3 to 3.9.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.3 to 3.9.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.3...v3.9.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c001244..a0f7ebe 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def run_sphinx_build(): "flake8-black==0.3.6", "flake8-isort==6.1.1", "isort==5.13.2", - "matplotlib==3.8.3", + "matplotlib==3.9.0", "mdformat==0.7.17", "mdformat-gfm==0.3.6", "mdformat-black==0.1.1",