From 979e4fa3f0b6160296cde2f2c6478565c6b051a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:14:41 +0000 Subject: [PATCH] Bump matplotlib from 3.9.1 to 3.9.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.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 f22cc1955..ae8db1971 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'matplotlib==3.9.1', + 'matplotlib==3.9.2', 'numpy==1.26.4', 'pyiron_snippets==0.1.3', 'pyiron_base==0.10.1',