From 328d4d21e6f21640c467f7d2ddcb747ce7012eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:39:17 +0000 Subject: [PATCH] Bump mpi4py from 3.1.6 to 4.0.0 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.1.6 to 4.0.0. - [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/3.1.6...4.0.0) --- updated-dependencies: - dependency-name: mpi4py dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d6c03d..836a7e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "mpi4py==3.1.6", + "mpi4py==4.0.0", "executorlib==0.0.1", "numpy==1.26.4", ]