From 6cb38fcafc10fb2a9344f9e20ac538c5d43ce2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:35:19 +0000 Subject: [PATCH] Bump matplotlib from 3.7.2 to 3.8.4 in /requirements Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.8.4) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/minimal.txt b/requirements/minimal.txt index f88d5ece..ca6fc606 100644 --- a/requirements/minimal.txt +++ b/requirements/minimal.txt @@ -1,7 +1,7 @@ # Core dependencies. demes==0.2.3 matplotlib; python_version=='3.7' -matplotlib==3.7.2; python_version>='3.8' +matplotlib==3.8.4; python_version>='3.8' numpy; python_version=='3.7' numpy==1.26.4; python_version>='3.8' scipy; python_version=='3.7'