From 304dcda9408502be881c3c6c2d3a9399db480a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:38:36 +0100 Subject: [PATCH] Bump phonopy from 2.34.0 to 2.34.1 (#308) * Bump phonopy from 2.34.0 to 2.34.1 Bumps [phonopy](https://github.com/phonopy/phonopy) from 2.34.0 to 2.34.1. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](https://github.com/phonopy/phonopy/compare/v2.34.0...v2.34.1) --- updated-dependencies: - dependency-name: phonopy dependency-type: direct:production update-type: version-update:semver-patch ... 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: pyironrunner --- .ci_support/environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c09349ed0..310b85dcf 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -10,7 +10,7 @@ dependencies: - nglview =3.1.4 - notebook - numpy =1.26.4 -- phonopy =2.34.0 +- phonopy =2.34.1 - plotly =5.24.1 - pymatgen =2024.11.13 - pyscal3 =3.2.7 diff --git a/pyproject.toml b/pyproject.toml index 06897db0a..4b9d5b14d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ surface = [ "pymatgen==2024.11.13", ] phonopy = [ - "phonopy==2.34.0", + "phonopy==2.34.1", "spglib==2.5.0", ] pyxtal = ["pyxtal==1.0.6"]