From de695dffa741a73b4c8dc25a440148dc2c59ba1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:10:18 +0000 Subject: [PATCH 1/2] Bump mpi4py from 4.0.1 to 4.0.3 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.0.1 to 4.0.3. - [Release notes](https://github.com/mpi4py/mpi4py/releases) - [Changelog](https://github.com/mpi4py/mpi4py/blob/master/CHANGES.rst) - [Commits](https://github.com/mpi4py/mpi4py/compare/4.0.1...4.0.3) --- updated-dependencies: - dependency-name: mpi4py 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 308d5f9..cdea768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "mpi4py==4.0.1", + "mpi4py==4.0.3", "executorlib==0.4.2", "numpy==1.26.4", ] From 378e1907d8cf7ac4a96167ea809476bd9e2e64af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:10:32 +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 46c5719..07d6d5f 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -5,7 +5,7 @@ dependencies: - lammps =2024.08.29=*_mpi_mpich_* - mpich =4.2.3 - numpy =1.26.4 -- mpi4py =4.0.1 +- mpi4py =4.0.3 - executorlib =0.4.2 - ase =3.24.0 - scipy =1.15.2 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 948a37e..92a54df 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -5,7 +5,7 @@ dependencies: - lammps =2024.08.29=*_mpi_openmpi_* - openmpi =5.0.5 - numpy =1.26.4 -- mpi4py =4.0.1 +- mpi4py =4.0.3 - executorlib =0.4.2 - ase =3.24.0 - scipy =1.15.2 diff --git a/binder/environment.yml b/binder/environment.yml index 927bb19..0b00706 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,7 +4,7 @@ dependencies: - openmpi - numpy =1.26.4 - lammps =2024.08.29 -- mpi4py =4.0.1 +- mpi4py =4.0.3 - executorlib =0.0.4 - ase =3.24.0 - scipy =1.15.2