From b0c9ac0bf1d16dc8b77031ab77245e9f7b2787ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:48:34 +0000 Subject: [PATCH] Bump matplotlib from 3.6.0 to 3.6.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.0...v3.6.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 83b40dc9..f20a2f61 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pyiron_base==0.5.25', 'pyiron_atomistics==0.2.57', 'ipywidgets==7.7.1', - 'matplotlib==3.6.0', + 'matplotlib==3.6.1', 'numpy==1.23.3', 'pandas==1.5.0', ]