From d5615488f85f28fbdaca833e7c8ddac08e1e872e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:32:46 +0000 Subject: [PATCH] Bump phonopy from 2.26.6 to 2.33.0 Bumps [phonopy](https://github.com/phonopy/phonopy) from 2.26.6 to 2.33.0. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](https://github.com/phonopy/phonopy/compare/v2.26.6...v2.33.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 dc8acbea..45cdaab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/atomistics" [project.optional-dependencies] phonopy = [ - "phonopy==2.26.6", + "phonopy==2.33.0", "seekpath==2.1.0", "structuretoolkit==0.0.28", ]