From 4dafcb2f45e46ae00a9202f0afac3cb3807d6640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:51:09 +0000 Subject: [PATCH] Bump pymatgen from 2023.9.25 to 2023.10.4 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2023.9.25 to 2023.10.4. - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.md) - [Commits](https://github.com/materialsproject/pymatgen/compare/v2023.9.25...v2023.10.4) --- 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 f421d3a3..5722b3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ "numpy==1.26.0", - "pymatgen==2023.9.25", + "pymatgen==2023.10.4", "mp-api", "ase", "tqdm",