From 3a109e5daab02e96f78313ad33de3e51490f881c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:01:34 +0000 Subject: [PATCH 1/2] Bump numpy from 1.26.0 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy 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 b88e84b8..1118c7fb 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - "mpi4py==3.1.5", "pympipool==0.7.2", "numpy==1.26.0" + "mpi4py==3.1.5", "pympipool==0.7.2", "numpy==1.26.1" ], extras_require={ "ase": ["ase==3.22.1", "scipy==1.11.3"], From d85b3f4c94abe8fb14a7558ba96062bb2c1dcebb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:02:16 +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 2165737c..2c7ea3e1 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2023.08.02 - mpich - - numpy =1.26.0 + - numpy =1.26.1 - mpi4py =3.1.5 - pympipool =0.7.2 - ase =3.22.1 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 04f93877..689799c1 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -4,7 +4,7 @@ dependencies: - coverage - lammps =2023.08.02 - openmpi - - numpy =1.26.0 + - numpy =1.26.1 - mpi4py =3.1.5 - pympipool =0.7.2 - ase =3.22.1