From 6d1667601525fd23bf1062311c83ab523bb494ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:11:21 +0000 Subject: [PATCH] Bump pymatgen from 2023.11.12 to 2023.12.18 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2023.11.12 to 2023.12.18. - [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/v2023.11.12...v2023.12.18) --- 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 3677d449..efec1c5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ "numpy==1.26.2", - "pymatgen==2023.11.12", + "pymatgen==2023.12.18", "mp-api==0.37.5", "ase", "tqdm",