From 4a53b92df028dd9536be480527d08efb97675407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:17:59 +0000 Subject: [PATCH 1/2] Bump executorlib from 0.0.3 to 0.0.4 Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](https://github.com/pyiron/executorlib/compare/executorlib-0.0.3...executorlib-0.0.4) --- 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 f1ffdd9..5c4f6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "mpi4py==4.0.1", - "executorlib==0.0.3", + "executorlib==0.0.4", "numpy==1.26.4", ] dynamic = ["version"] From e1b49f2d64348f6a796680553ce585f8b4e5c620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:18:13 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index b9d36a6..e8c61cb 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.3 +- executorlib =0.0.4 - ase =3.23.0 - scipy =1.14.1 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index abca03f..ef1990e 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.3 +- executorlib =0.0.4 - ase =3.23.0 - scipy =1.14.1 diff --git a/binder/environment.yml b/binder/environment.yml index 262a7cd..ae1984c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,6 +5,6 @@ dependencies: - numpy =1.26.4 - lammps =2024.06.27 - mpi4py =4.0.1 -- executorlib =0.0.3 +- executorlib =0.0.4 - ase =3.23.0 - scipy =1.14.1