From 7485461a4e593c291c95109926fdb2f7218f4622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:03:18 +0000 Subject: [PATCH 1/2] Bump pympipool from 0.7.11 to 0.7.13 Bumps [pympipool](https://github.com/pyiron/pympipool) from 0.7.11 to 0.7.13. - [Release notes](https://github.com/pyiron/pympipool/releases) - [Commits](https://github.com/pyiron/pympipool/compare/pympipool-0.7.11...pympipool-0.7.13) --- updated-dependencies: - dependency-name: pympipool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 986a487d..25e602b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "mpi4py==3.1.5", - "pympipool==0.7.11", + "pympipool==0.7.13", "numpy==1.26.4", ] dynamic = ["version"] From 3e85043a94d1085145783e06782db981d14e91ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:03:32 +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 0b176de1..3d5b2a92 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,6 +6,6 @@ dependencies: - mpich - numpy =1.26.4 - mpi4py =3.1.5 - - pympipool =0.7.11 + - pympipool =0.7.13 - ase =3.22.1 - scipy =1.12.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index d4558e85..62955876 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,6 +6,6 @@ dependencies: - openmpi - numpy =1.26.4 - mpi4py =3.1.5 - - pympipool =0.7.11 + - pympipool =0.7.13 - ase =3.22.1 - scipy =1.12.0