From 27414b8055985c6eedbc9dd42042c2ed629194bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:15:00 +0000 Subject: [PATCH] Bump pymatgen from 2024.3.1 to 2024.6.10 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2024.3.1 to 2024.6.10. - [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.3.1...v2024.6.10) --- 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 6c0e3b5a..4165c77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ "numpy==1.26.4", - "pymatgen==2024.3.1", + "pymatgen==2024.6.10", "mp-api==0.41.2", "ase", "tqdm",