From 1f2f90ec5f246f194ba55c4b24b9049e9912e96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:51:21 +0000 Subject: [PATCH] Bump pyiron-base from 0.6.8 to 0.6.9 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.6.8 to 0.6.9. - [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.8...pyiron_base-0.6.9) --- updated-dependencies: - dependency-name: pyiron-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 003a563a..d79589fb 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'pyiron_atomistics==0.3.5', 'matplotlib==3.8.1', 'numpy==1.26.0', - 'pyiron_base==0.6.8', + 'pyiron_base==0.6.9', 'scipy==1.11.3', ], cmdclass=versioneer.get_cmdclass(),