From 1c992133ff5542ba4f21bba13f9969e85859e6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:05:42 +0000 Subject: [PATCH 1/2] Bump pyiron-base from 0.9.6 to 0.9.10 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.9.6 to 0.9.10. - [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.6...pyiron_base-0.9.10) --- 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 9d6a21f..04fd091 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ - 'pyiron_base==0.9.6', + 'pyiron_base==0.9.10', 'pyiron_atomistics==0.6.8', 'ipywidgets==8.1.3', 'matplotlib==3.9.1', From 19184074e7014d28d94ba644647df386b22e1a3b Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Wed, 24 Jul 2024 14:05:54 +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 8bbba05..5a41109 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - coverage - codacy-coverage - ipywidgets =8.1.3 -- pyiron_base =0.9.6 +- pyiron_base =0.9.10 - pyiron_atomistics =0.6.8 - maggma =0.60.2 - numpy =1.26.4