From c1be75e20b2122bb5ae3b32f2f7b8ecbb320b42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:08:14 +0000 Subject: [PATCH 1/2] Bump pyiron-base from 0.9.11 to 0.9.12 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.9.11 to 0.9.12. - [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.9.11...pyiron_base-0.9.12) --- 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 f8bed35..d5f40cd 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'pyiron_base==0.9.11', + 'pyiron_base==0.9.12', 'matplotlib==3.9.1', 'pystem==0.0.26', 'hyperspy==2.1.1', From e1d66ff32327ef0e60a401b8e8b4c00777824721 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 19 Aug 2024 05:08:29 +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 3e80fc5..5b04261 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- pyiron_base=0.9.11 +- pyiron_base=0.9.12 - matplotlib=3.9.1 - pystem=0.0.26 - match-series