From 94f4180d302fc10eb978dc2c3a480be1777c5990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 23:33:59 +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 84a24296..fdd156ea 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pyiron_base==0.5.26', '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', ]