From a93e54eb54f7273f773226c6e248223b0f2e926a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:28:45 +0000 Subject: [PATCH] Bump matplotlib from 3.7.0 to 3.9.1.post1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.0 to 3.9.1.post1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.0...v3.9.1.post1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c79ce0f..cfe89e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib==3.7.0 +matplotlib==3.9.1.post1 numpy==1.24.0 scipy==1.10.1; python_version < '3.9' scipy==1.13.0; python_version >= '3.9'