From 1fc2e94b898b7c8168df0cae1259b4f78c1d1e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:48:30 +0000 Subject: [PATCH 1/2] Bump pyiron-base from 0.9.1 to 0.9.4 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.9.1 to 0.9.4. - [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.1...pyiron_base-0.9.4) --- 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 1db6f63..a974af8 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'pyiron_base==0.9.1', + 'pyiron_base==0.9.4', 'matplotlib==3.8.4', 'pystem==0.0.26', 'hyperspy==2.1.0', From de497dab20474212cc962c98f1fcf843c3d725b1 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 24 Jun 2024 05:48:43 +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 51b0d39..beae805 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- pyiron_base=0.9.1 +- pyiron_base=0.9.4 - matplotlib=3.8.4 - pystem=0.0.26 - match-series