From 540da9f8289ed709fc248826f91635d49a17beea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:03:43 +0000 Subject: [PATCH 1/2] Bump gpaw from 24.6.0 to 25.1.0 --- updated-dependencies: - dependency-name: gpaw dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff036134..f0dfba27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ phonopy = [ "structuretoolkit==0.0.30", ] gpaw = [ - "gpaw==24.6.0", + "gpaw==25.1.0", ] lammps = [ "pylammpsmpi==0.2.26", From 18a26eaae222fa7aea4ca57871a40cee114bd210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:04:00 +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 c0319b35..01f52097 100644 --- a/.ci_support/environment-gpaw.yml +++ b/.ci_support/environment-gpaw.yml @@ -1,4 +1,4 @@ channels: - conda-forge dependencies: -- gpaw =24.6.0 +- gpaw =25.1.0 diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index 8c602b88..ab8e63f8 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -3,7 +3,7 @@ channels: dependencies: - jupyter - papermill -- gpaw =24.6.0 +- gpaw =25.1.0 - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26 diff --git a/binder/environment.yml b/binder/environment.yml index 53036aef..d620cadf 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,7 +8,7 @@ dependencies: - phonopy =2.34.0 - structuretoolkit =0.0.30 - seekpath =2.1.0 -- gpaw =24.6.0 +- gpaw =25.1.0 - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26