From f19cc4dc3acfa939374e87639b8365f4554090ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:54:39 +0000 Subject: [PATCH 1/2] Bump mpi4py from 3.1.4 to 3.1.5 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.1.4 to 3.1.5. - [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.4...3.1.5) --- updated-dependencies: - dependency-name: mpi4py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba97d92..bd3af47 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - "mpi4py==3.1.4", "pympipool==0.7.1", "numpy==1.26.0" + "mpi4py==3.1.5", "pympipool==0.7.1", "numpy==1.26.0" ], extras_require={ "ase": ["ase==3.22.1", "scipy==1.11.3"], From 54c679b3d928408b595d7955872663bbd855fa62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:54:56 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 355d2f2..a850622 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -5,7 +5,7 @@ dependencies: - lammps =2023.08.02 - mpich - numpy =1.26.0 - - mpi4py =3.1.4 + - mpi4py =3.1.5 - pympipool =0.7.1 - ase =3.22.1 - scipy =1.11.3 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index ff22423..ccf6793 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -5,7 +5,7 @@ dependencies: - lammps =2023.08.02 - openmpi - numpy =1.26.0 - - mpi4py =3.1.4 + - mpi4py =3.1.5 - pympipool =0.7.1 - ase =3.22.1 - scipy =1.11.3