From f623d410172f894d686da3d2418d56f43542b0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 03:04:56 +0000 Subject: [PATCH 1/2] Bump mpi4py from 3.1.1 to 3.1.2 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.1.1 to 3.1.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/3.1.1...3.1.2) --- 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 158726c2..75d15c66 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'mpi4py==3.1.1' + 'mpi4py==3.1.2' ], cmdclass=versioneer.get_cmdclass(), ) From 5f6e1d1a8623b54c028fe0cdef6360157a18ed90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 03:05:12 +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 311fa884..158b18a8 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.1 + - mpi4py =3.1.2 - openmpi - numpy - distributed