From 6e1064b354c7f17b58688a11a4080fa8950927da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 03:06:09 +0000 Subject: [PATCH 1/2] Bump mpi4py from 3.1.2 to 3.1.3 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.1.2 to 3.1.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/3.1.2...3.1.3) --- 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 75d15c66..1a307224 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'mpi4py==3.1.2' + 'mpi4py==3.1.3' ], cmdclass=versioneer.get_cmdclass(), ) From 32986d2f8bb4aa96d19a1de0286c48da34e1471f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 03:06:27 +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 158b18a8..b71e6943 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.2 + - mpi4py =3.1.3 - openmpi - numpy - distributed