From 0fd1de58a0c34126cd4f388925022760035c427c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 03:02:04 +0000 Subject: [PATCH 1/2] Bump executorlib from 1.7.2 to 1.7.3 Bumps [executorlib](https://github.com/pyiron/executorlib) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](https://github.com/pyiron/executorlib/compare/executorlib-1.7.2...executorlib-1.7.3) --- updated-dependencies: - dependency-name: executorlib dependency-version: 1.7.3 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 718690e..06d320f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "mpi4py==4.1.1", - "executorlib==1.7.2", + "executorlib==1.7.3", "numpy==2.3.4", ] dynamic = ["version"] From b68765fd886cc80285542affa25219353fadb70b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 03:02:16 +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 1773c28..b0148e1 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,7 +6,7 @@ dependencies: - mpich =4.3.2 - numpy =2.3.4 - mpi4py =4.1.1 -- executorlib =1.7.2 +- executorlib =1.7.3 - ase =3.26.0 - scipy =1.16.3 - hatchling diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index c2ea9a8..e47a83b 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,7 +6,7 @@ dependencies: - openmpi =5.0.8 - numpy =2.3.4 - mpi4py =4.1.1 -- executorlib =1.7.2 +- executorlib =1.7.3 - ase =3.26.0 - scipy =1.16.3 - hatchling diff --git a/binder/environment.yml b/binder/environment.yml index 459d0e8..ec2c2e4 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -7,6 +7,6 @@ dependencies: - numpy =2.3.4 - lammps =2024.08.29=*_mpi_openmpi_* - mpi4py =4.1.1 -- executorlib =1.7.2 +- executorlib =1.7.3 - ase =3.26.0 - scipy =1.16.3