From efc9eb85d4eb4c2f4d3a8624cfd7ac755f882c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 06:42:47 +0000 Subject: [PATCH 1/2] Bump mpi4py from 4.0.1 to 4.0.2 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.0.1 to 4.0.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.1...4.0.2) --- 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 d0eec858..a4f725c5 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.2"] cluster = [ "pysqa==0.2.3", "h5py==3.12.1", ] all = [ - "mpi4py==4.0.1", + "mpi4py==4.0.2", "pysqa==0.2.3", "h5py==3.12.1", "pygraphviz==1.14", From 261f2ab2df60d151a00583a090e4df71530e35da Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Tue, 4 Feb 2025 06:43:44 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- binder/environment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index fb7e0ed0..5580f111 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -8,7 +8,7 @@ dependencies: - numpy - openmpi - cloudpickle =3.1.1 -- mpi4py =4.0.1 +- mpi4py =4.0.2 - pyzmq =26.2.1 - flux-core - jupyter-book =1.0.0 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 37353d56..0fd9ee56 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -5,7 +5,7 @@ dependencies: - numpy - mpich - cloudpickle =3.1.1 -- mpi4py =4.0.1 +- mpi4py =4.0.2 - pyzmq =26.2.1 - h5py =3.12.1 - networkx =3.4.2 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index bf167b00..b6ec4d7b 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -5,7 +5,7 @@ dependencies: - numpy - openmpi - cloudpickle =3.1.1 -- mpi4py =4.0.1 +- mpi4py =4.0.2 - pyzmq =26.2.1 - h5py =3.12.1 - networkx =3.4.2 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 8af50413..99d2a626 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -5,7 +5,7 @@ dependencies: - numpy - msmpi - cloudpickle =3.1.1 -- mpi4py =4.0.1 +- mpi4py =4.0.2 - pyzmq =26.2.1 - h5py =3.12.1 - networkx =3.4.2 diff --git a/binder/environment.yml b/binder/environment.yml index 1e580e45..ade27d53 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - numpy - openmpi - cloudpickle =3.1.1 -- mpi4py =4.0.1 +- mpi4py =4.0.2 - pyzmq =26.2.1 - flux-core =0.59.0 - flux-pmix =0.5.0