From a8e7ba147d3d3a97ab7da76f06bca4213e92ac8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:51:11 +0000 Subject: [PATCH] Bump pymatgen from 2024.1.27 to 2024.3.1 (#389) Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2024.1.27 to 2024.3.1. - [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.1.27...v2024.3.1) --- updated-dependencies: - dependency-name: pymatgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2e70e4..f32a234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = ["pre-commit>=2.12.1"] tests = ["pytest==8.0.2"] strict = [ "matplotlib==3.8.3", - "pymatgen==2024.1.27", + "pymatgen==2024.3.1", "BoltzTraP2==24.1.1", "trimesh==4.1.7", "meshcut==0.3.0",