From 0b41aeb33db6db436b7d30f378f00f4b29e14f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 03:01:28 +0000 Subject: [PATCH 1/2] Bump mpi4py from 3.1.3 to 3.1.4 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.1.3 to 3.1.4. - [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.3...3.1.4) --- 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 a3703eb2..4fa25ff8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'mpi4py==3.1.3' + 'mpi4py==3.1.4' ], cmdclass=versioneer.get_cmdclass(), ) From 379c2a1e26d2860e6c3d0b776d6638be46d3507f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 03:01:46 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index b71e6943..c6b576b6 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - codacy-coverage - lammps >=2021.05.27 - - mpi4py =3.1.3 + - mpi4py =3.1.4 - openmpi - numpy - distributed