From 6a5aacd5443027ff6cb418c46d724aa024495dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:32:22 +0000 Subject: [PATCH 1/3] 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 7d2c3130..3b245706 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ install_requires=[ 'ase==3.22.1', 'pyiron_atomistics==0.4.16', - 'matplotlib==3.8.2', + 'matplotlib==3.8.3', 'numpy==1.26.4', 'pyiron_base==0.7.9', 'scipy==1.11.4', From ad06e39e5cfd96efead4dcdb368e95b3de9262bf Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Thu, 28 Mar 2024 16:32:38 +0000 Subject: [PATCH 2/3] [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 7e5eade7..7706d7df 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- matplotlib =3.8.2 +- matplotlib =3.8.3 - numpy =1.26.4 - pyiron_base =0.7.9 - pyiron_atomistics =0.4.16 From 8c87bede7fa4c47f02c401f517ffb1d15aab3bfb Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Thu, 28 Mar 2024 16:32:58 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 81b3d062..11768940 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- matplotlib =3.8.2 +- matplotlib =3.8.3 - numpy =1.26.4 - pyiron_base =0.7.9 - pyiron_atomistics =0.4.16 diff --git a/docs/environment.yml b/docs/environment.yml index cf5e9a0a..5792594d 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -10,7 +10,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- matplotlib =3.8.2 +- matplotlib =3.8.3 - numpy =1.26.4 - pyiron_base =0.7.9 - pyiron_atomistics =0.4.16