From f23ec61dcaa2f0129cf907ccee3e1c7b9ef051ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:28:40 +0000 Subject: [PATCH 1/2] Bump phonopy from 2.20.0 to 2.21.0 Bumps [phonopy](https://phonopy.github.io/phonopy/) from 2.20.0 to 2.21.0. --- updated-dependencies: - dependency-name: phonopy 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 376cc5b49..4e0bc94d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ surface = [ "pymatgen==2023.11.12", ] phonopy = [ - "phonopy==2.20.0", + "phonopy==2.21.0", "spglib==2.1.0", ] pyxtal = ["pyxtal==0.6.1"] From bd15034198f56154d4622ee640dc149d6d8e0029 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 4 Dec 2023 16:29:01 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9b8910d8a..ec7091991 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - matplotlib-base =3.8.2 - nglview =3.0.8 - numpy =1.26.2 -- phonopy =2.20.0 +- phonopy =2.21.0 - plotly =5.18.0 - pymatgen =2023.11.12 - pyscal =2.10.18