From 074cfcdc2d1b17d115cb604d52d1ee3f4d73e7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:27:01 -0800 Subject: [PATCH] Bump pymatgen from 2024.2.23 to 2024.3.1 (#177) Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2024.2.23 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.2.23...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 a5617e72..4c7c6199 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = [ optional = ["pydefect>=0.6.2", "dscribe>=2.0.0", "numba"] strict = [ - "pymatgen==2024.2.23", + "pymatgen==2024.3.1", "dscribe==2.1.0", "scikit-image==0.22.0", "mp-pyrho==0.4.4",