From 279b9993bd280db51572a306ce9bcbdc0561ae11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:33:54 +0000 Subject: [PATCH] Bump matplotlib from 3.8.3 to 3.8.4 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.3...v3.8.4) --- 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 3143ff4..70582dd 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pyiron_base==0.7.7', 'pyiron_atomistics==0.4.17', 'ipywidgets==8.1.2', - 'matplotlib==3.8.3', + 'matplotlib==3.8.4', 'nbconvert==7.16.3', 'nbformat==5.10.3', 'numpy==1.26.4',