From 0bc939a0c72a5f84c4e499d8f766c9fbf0cfb8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:03:28 +0000 Subject: [PATCH 1/2] Bump gpaw from 25.7.0 to 26.7.0 Bumps [gpaw](https://gitlab.com/gpaw/gpaw) from 25.7.0 to 26.7.0. - [Changelog](https://gitlab.com/gpaw/gpaw/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/gpaw/gpaw/compare/25.7.0...26.7.0) --- updated-dependencies: - dependency-name: gpaw dependency-version: 26.7.0 dependency-type: direct:development 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 b1fe0715..559ba8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ phonopy = [ "structuretoolkit==0.0.45", ] gpaw = [ - "gpaw==25.7.0", + "gpaw==26.7.0", ] lammps = [ "pylammpsmpi==0.4.0", From 982f897635091c32d5db76886801adcae561169c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:03:42 +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 0c314825..ed5fc981 100644 --- a/.ci_support/environment-gpaw.yml +++ b/.ci_support/environment-gpaw.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- gpaw =25.7.0 +- gpaw =26.7.0 - phonopy =4.3.1 - structuretoolkit =0.0.45 - seekpath =2.2.1 diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index fd81061a..dc74d944 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -3,7 +3,7 @@ channels: dependencies: - jupyter - papermill -- gpaw =25.7.0 +- gpaw =26.7.0 - lammps =2025.07.22 - pandas =3.0.3 - pylammpsmpi =0.4.0 diff --git a/binder/environment.yml b/binder/environment.yml index 0ea3683c..06c0cf9c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,7 +8,7 @@ dependencies: - phonopy =4.3.1 - structuretoolkit =0.0.45 - seekpath =2.2.1 -- gpaw =25.7.0 +- gpaw =26.7.0 - lammps =2025.07.22 - pandas =3.0.3 - pylammpsmpi =0.4.0