From de9acbd9a54d887429ab3197639aa4b84b289491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 05:25:39 +0000 Subject: [PATCH] Bump matplotlib from 3.8.0 to 3.8.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59c64d8..9850965 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pyiron_base==0.6.8', 'pyiron_atomistics==0.3.5', 'ipywidgets==8.1.1', - 'matplotlib==3.8.0', + 'matplotlib==3.8.1', 'nbconvert==7.11.0', 'nbformat==5.9.2', 'numpy==1.26.0',