From 1b629ed5e1caa5ae35cfe033a7ef78a821196db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:59:20 +0000 Subject: [PATCH] Bump phonopy from 2.26.6 to 2.31.1 Bumps [phonopy](https://github.com/phonopy/phonopy) from 2.26.6 to 2.31.1. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](https://github.com/phonopy/phonopy/compare/v2.26.6...v2.31.1) --- 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 edb0312c0..e61f0fcba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "mp-api==0.43.0", "numpy==1.26.4", "pandas==2.2.3", - "phonopy==2.26.6", + "phonopy==2.31.1", "pint==0.24.4", "pyiron_base==0.10.8", "pyiron_snippets==0.1.4",