From a5df8f130b21ab3d37d6244358824ec6a1ffd407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:04:48 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.8.4 to 3.9.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.4 to 3.9.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.4...v3.9.1) --- 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 e76637dd..63a6aec0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'matplotlib==3.8.4', + 'matplotlib==3.9.1', 'numpy==1.26.4', 'pyiron_base==0.9.5', 'pyiron_snippets==0.1.2', From d26456f966f38b5bc085dc5015df5ac5b56772b8 Mon Sep 17 00:00:00 2001 From: samwaseda Date: Fri, 2 Aug 2024 07:01:30 +0000 Subject: [PATCH 2/2] update matplotlib --- .ci_support/environment-notebooks-integration.yml | 2 +- .ci_support/environment-pypi-unit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-notebooks-integration.yml b/.ci_support/environment-notebooks-integration.yml index 344f788d..8aec607a 100644 --- a/.ci_support/environment-notebooks-integration.yml +++ b/.ci_support/environment-notebooks-integration.yml @@ -8,7 +8,7 @@ dependencies: - damask-grid =3.0.0b - damask-mesh =3.0.0b - k3d -- matplotlib =3.8.4 +- matplotlib =3.9.1 - numpy =1.26.4 - pyiron_base =0.9.10 - pyiron_snippets =0.1.3 diff --git a/.ci_support/environment-pypi-unit.yml b/.ci_support/environment-pypi-unit.yml index f823bf01..1a4fc5bb 100644 --- a/.ci_support/environment-pypi-unit.yml +++ b/.ci_support/environment-pypi-unit.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- matplotlib =3.8.4 +- matplotlib =3.9.1 - numpy =1.26.4 - pyiron_base =0.9.10 - pyiron_snippets =0.1.3