From 58ab61b70cf8b0d19ed7c6b0d105f5141b4c472d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 07:58:38 +0000 Subject: [PATCH] Bump phonopy from 2.25.0 to 2.26.2 Bumps [phonopy](https://github.com/phonopy/phonopy) from 2.25.0 to 2.26.2. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](https://github.com/phonopy/phonopy/compare/v2.25.0...v2.26.2) --- 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 6e0d6d57bb..12c38496d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ strict = [ "monty==2024.5.24", "mp-api==0.41.2", "numpy", - "phonopy==2.25.0", + "phonopy==2.26.2", "pydantic-settings==2.3.4", "pydantic==2.7.4", "pymatgen-analysis-defects==2024.5.11",