From ed10855dd8b7bf6e6bd8658bad53d9bc433c302b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:39:03 +0000 Subject: [PATCH] Bump pymatgen from 2024.8.9 to 2024.11.13 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2024.8.9 to 2024.11.13. - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md) - [Commits](https://github.com/materialsproject/pymatgen/compare/v2024.8.9...v2024.11.13) --- updated-dependencies: - dependency-name: pymatgen 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 6d7674e..a59dc2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = ["pre-commit>=2.12.1"] tests = ["pytest==8.3.4"] strict = [ "matplotlib==3.9.3", - "pymatgen==2024.8.9", + "pymatgen==2024.11.13", "BoltzTraP2==24.9.4", "trimesh==4.5.3", "meshcut==0.3.0",