From 4bc2381cd0cc2c6cdf42ad40712cdf24096d3a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:30:47 +0000 Subject: [PATCH] Bump mpi4py from 4.0.3 to 4.1.1 in /MPI Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.0.3 to 4.1.1. - [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.1) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.1 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 6b86a85f..48554d48 100644 --- a/MPI/pyproject.toml +++ b/MPI/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "numpy<1.25.0", "numba_mpi>=0.30", "PyMPDATA", - "mpi4py==4.0.3", + "mpi4py==4.1.1", "h5py", ] dynamic = ["version"]