From 93593040f9bed4cc8e1ad4465e36f03605c55de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:47:25 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.7.2 to 3.8.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.8.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 e013291..b3d5da9 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pyiron_base==0.6.6', 'pyiron_atomistics==0.3.3', 'ipywidgets==8.1.0', - 'matplotlib==3.7.2', + 'matplotlib==3.8.0', 'nbconvert==7.8.0', 'nbformat==5.9.2', 'numpy==1.24.3', From c53c9b96311e5da737bdf065c50504f0874740e8 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Tue, 26 Sep 2023 04:52:08 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c3b1f6b..b4ea17b 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,6 +9,6 @@ dependencies: - pyiron_atomistics =0.3.3 - numpy =1.24.3 - pandas =2.1.0 -- matplotlib-base =3.7.2 +- matplotlib-base =3.8.0 - nbconvert =7.8.0 - nbformat =5.9.2