From 17ef2ed7d8450e3d647c8687a1fe72793e09e9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 05:29:22 +0000 Subject: [PATCH 1/2] Bump pyiron-base from 0.6.12 to 0.6.15 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.6.12 to 0.6.15. - [Release notes](https://github.com/pyiron/pyiron_base/releases) - [Changelog](https://github.com/pyiron/pyiron_base/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyiron/pyiron_base/compare/pyiron_base-0.6.12...pyiron_base-0.6.15) --- updated-dependencies: - dependency-name: pyiron-base 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 bfb7e92..615b7f4 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'pyiron_base==0.6.12', + 'pyiron_base==0.6.15', 'matplotlib==3.8.2', 'pystem==0.0.26', 'hyperspy==1.7.6', From 932fb74ed7bdd683558e02fe8754e8d26f65720f Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 25 Dec 2023 05:29:36 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 4b13a73..cd4e3f8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- pyiron_base=0.6.12 +- pyiron_base=0.6.15 - matplotlib=3.8.2 - pystem=0.0.26 - match-series diff --git a/binder/environment.yml b/binder/environment.yml index bd0bf4b..936567a 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- pyiron_base=0.6.12 +- pyiron_base=0.6.15 - matplotlib=3.8.2 - pystem =0.0.26 - match-series