From 4a059b0f1015ecfc838a508e2c0df35139084814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:31:39 +0000 Subject: [PATCH] Bump pymatgen from 2024.3.1 to 2024.6.4 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2024.3.1 to 2024.6.4. - [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.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 6c0e3b5a..4583b663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ "numpy==1.26.4", - "pymatgen==2024.3.1", + "pymatgen==2024.6.4", "mp-api==0.41.2", "ase", "tqdm",