From 81d4c706bedfe4e7d476529a6ea65e8e7fbd6a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:37:43 +0000 Subject: [PATCH] Bump matplotlib from 3.8.4 to 3.9.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.4 to 3.9.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.4...v3.9.1) --- 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 3a46e50..4b0b76a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*"]), install_requires=[ 'pyiron_base==0.9.6', - 'matplotlib==3.8.4', + 'matplotlib==3.9.1', 'pystem==0.0.26', 'hyperspy==2.1.1', 'scanf==1.5.2',