From 703e1c9c6ee1a4c8407e0c51e16cee8745ae6478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:45:20 +0000 Subject: [PATCH 1/2] Bump gpaw from 24.1.0 to 24.6.0 --- updated-dependencies: - dependency-name: gpaw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e2352e8..39074778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ phonopy = [ "structuretoolkit==0.0.24", ] gpaw = [ - "gpaw==24.1.0", + "gpaw==24.6.0", ] lammps = [ "pylammpsmpi==0.2.19", From 1f1f4fca94159f2dfa15337cf44b6e0fc785dc21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:45:37 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-gpaw.yml | 2 +- .ci_support/environment-notebooks.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-gpaw.yml b/.ci_support/environment-gpaw.yml index f2afb744..c0319b35 100644 --- a/.ci_support/environment-gpaw.yml +++ b/.ci_support/environment-gpaw.yml @@ -1,4 +1,4 @@ channels: - conda-forge dependencies: -- gpaw =24.1.0 +- gpaw =24.6.0 diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index b1467d0b..f18be3bd 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -3,7 +3,7 @@ channels: dependencies: - jupyter - papermill -- gpaw =24.1.0 +- gpaw =24.6.0 - lammps =2024.02.07 - pandas =2.2.2 - pylammpsmpi =0.2.19 diff --git a/binder/environment.yml b/binder/environment.yml index f1c6e689..fa12ef86 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,7 +8,7 @@ dependencies: - phonopy =2.23.1 - structuretoolkit =0.0.24 - seekpath =2.1.0 -- gpaw =24.1.0 +- gpaw =24.6.0 - lammps =2024.02.07 - pandas =2.2.2 - pylammpsmpi =0.2.19