From e5432763e5b12a32432205e42873b280864d468a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 03:30:35 +0000 Subject: [PATCH 1/2] Bump executorlib from 0.0.6 to 0.0.7 Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](https://github.com/pyiron/executorlib/compare/executorlib-0.0.6...executorlib-0.0.7) --- updated-dependencies: - dependency-name: executorlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d87336f3..6e257220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "mpi4py==4.0.1", - "executorlib==0.0.6", + "executorlib==0.0.7", "numpy==1.26.4", ] dynamic = ["version"] From 758875ad6a0e695f84136788f5dfc0d7389a7609 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 03:30:48 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 325c47f2..b200b493 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,6 +6,6 @@ dependencies: - mpich =4.2.3 - numpy =1.26.4 - mpi4py =4.0.1 -- executorlib =0.0.6 +- executorlib =0.0.7 - ase =3.23.0 - scipy =1.14.1 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index f2e62215..d2942ddb 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,6 +6,6 @@ dependencies: - openmpi =5.0.5 - numpy =1.26.4 - mpi4py =4.0.1 -- executorlib =0.0.6 +- executorlib =0.0.7 - ase =3.23.0 - scipy =1.14.1