From 037ca1059ef741ea8ec47868415519ffa8dd9f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:06:37 +0000 Subject: [PATCH] Bump mpi4py from 4.0.3 to 4.1.2 in /MPI Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.0.3 to 4.1.2. - [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.3...4.1.2) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MPI/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPI/pyproject.toml b/MPI/pyproject.toml index 04e2b477..8925dcad 100644 --- a/MPI/pyproject.toml +++ b/MPI/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "numba_mpi>=0.30", "PyMPDATA", "PyMPDATA-examples", - "mpi4py==4.0.3", + "mpi4py==4.1.2", "h5py", ] dynamic = ["version"]