From 3fcf5e3e9aeae44a469a3b8015adbddc3c5c972b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:24:57 +0000 Subject: [PATCH] Bump pymatgen from 2023.7.20 to 2024.2.20 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2023.7.20 to 2024.2.20. - [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.7.20...v2024.2.20) --- updated-dependencies: - dependency-name: pymatgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1cc4e6a2f..d024eb563 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "pydash>=7.0.6", "pymatgen-analysis-diffusion>=2023.8.15", "pymatgen-analysis-defects==2023.7.24", - "pymatgen==2023.7.20", + "pymatgen==2024.2.20", "pymongo", "pyyaml>=5.3", "ruamel.yaml",