From 7a67e4abdbef9f8af0c3e73a31d0953efae60f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 06:30:58 +0100 Subject: [PATCH] Bump phonopy from 2.36.0 to 2.37.0 (#400) * Bump phonopy from 2.36.0 to 2.37.0 Bumps [phonopy](https://github.com/phonopy/phonopy) from 2.36.0 to 2.37.0. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](https://github.com/phonopy/phonopy/compare/v2.36.0...v2.37.0) --- updated-dependencies: - dependency-name: phonopy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index a39315cb..df8c0574 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -11,7 +11,7 @@ dependencies: - numpy =1.26.3 - scipy =1.15.0 - spglib =2.5.0 -- phonopy =2.36.0 +- phonopy =2.37.0 - structuretoolkit =0.0.29 - seekpath =2.1.0 - lammps =2024.06.27 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 47cbb614..d2f96ac8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - mendeleev =0.19.0 - numpy =1.26.4 - pandas =2.2.3 -- phonopy =2.36.0 +- phonopy =2.37.0 - requests =2.32.3 - scipy =1.15.1 - seekpath =2.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index a73d93ea..d1c986a6 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - numpy =1.26.4 - scipy =1.15.1 - spglib =2.5.0 -- phonopy =2.36.0 +- phonopy =2.37.0 - structuretoolkit =0.0.30 - seekpath =2.1.0 - gpaw =24.6.0 diff --git a/pyproject.toml b/pyproject.toml index 84523558..5e02d0a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/atomistics" [project.optional-dependencies] phonopy = [ - "phonopy==2.36.0", + "phonopy==2.37.0", "seekpath==2.1.0", "structuretoolkit==0.0.30", ]