From 0249f2b4df1e9b6bd425ce7b9bb791fa95a329e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:24:20 +0000 Subject: [PATCH] Bump matplotlib from 3.9.2 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61abf5cb2..135e9aa7e 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'matplotlib==3.9.2', + 'matplotlib==3.10.0', 'numpy==1.26.4', 'pyiron_snippets==0.1.3', 'pyiron_base==0.10.9',