From 6aca03e7714e32a6139218cf606c9ab6fc5e2502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:25:43 +0000 Subject: [PATCH] Bump phonopy from 2.26.5 to 2.26.6 Bumps [phonopy](https://github.com/phonopy/phonopy) from 2.26.5 to 2.26.6. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](https://github.com/phonopy/phonopy/compare/v2.26.5...v2.26.6) --- updated-dependencies: - dependency-name: phonopy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9060385232..b184257ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ strict = [ "monty==2024.5.24", "mp-api==0.41.2", "numpy", - "phonopy==2.26.5", + "phonopy==2.26.6", "pydantic-settings==2.3.4", "pydantic==2.8.2", "pymatgen-analysis-defects==2024.5.11",