From baf63addc1ea2c05508531332510bea7277ff1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:23:00 +0000 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 048ef4fc..3dc5ab35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,13 +46,13 @@ graphnotebook = [ "networkx==3.4.2", "ipython==8.32.0", ] -mpi = ["mpi4py==4.0.1"] +mpi = ["mpi4py==4.0.3"] cluster = [ "pysqa==0.2.3", "h5py==3.13.0", ] all = [ - "mpi4py==4.0.1", + "mpi4py==4.0.3", "pysqa==0.2.3", "h5py==3.13.0", "pygraphviz==1.14",