From 02b30da953aa47eb13bebd512e38f1be22ad2698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:29:57 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.8.2 to 3.8.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3) --- 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 ab3d9a5..08e4e0c 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pyiron_base==0.7.7', 'pyiron_atomistics==0.4.17', 'ipywidgets==8.1.2', - 'matplotlib==3.8.2', + 'matplotlib==3.8.3', 'nbconvert==7.16.1', 'nbformat==5.9.2', 'numpy==1.26.4', From ff5c9d0cb24a4b5be7bae2162aaaccbed2fad6a8 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Thu, 7 Mar 2024 18:31:50 +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 4076ad6..bc57174 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,6 +9,6 @@ dependencies: - maggma =0.60.2 - numpy =1.26.4 - pandas =2.2.0 -- matplotlib-base =3.8.2 +- matplotlib-base =3.8.3 - nbconvert =7.16.1 - nbformat =5.9.2