From a317734a0b825a9fd286639b4b8eeb70ce653916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 11:01:52 +0000 Subject: [PATCH] Bump matplotlib from 3.6.1 to 3.6.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.1...v3.6.2) --- 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 70a336f066..10593852af 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'matplotlib==3.6.1', + 'matplotlib==3.6.2', 'numpy==1.23.4', 'pyiron_base==0.5.26', 'scipy==1.9.3',