From 134e272192f520c495e5e80a79dd0a987d1a0690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:35:47 +0000 Subject: [PATCH] Build(deps): Bump pyiron-base from 0.8.3 to 0.10.0 Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.8.3 to 0.10.0. - [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.8.3...pyiron_base-0.10.0) --- updated-dependencies: - dependency-name: pyiron-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b8eaa5..352e657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ jnmpi_nodes = [ "numpy==1.26.4", "phonopy==2.22.1", "pyiron_atomistics==0.5.4", - "pyiron_base==0.8.3" + "pyiron_base==0.10.0" ] plotting = [ "matplotlib==3.8.4"