From f69be2d8993ba2eed09ac55f7b30d910bdeef03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:22:25 +0000 Subject: [PATCH] Bump pymatgen from 2023.12.18 to 2024.5.31 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2023.12.18 to 2024.5.31. - [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.12.18...v2024.5.31) --- updated-dependencies: - dependency-name: pymatgen dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d475940..ddbeff6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ matminer==0.8.0 plotly==5.11.0 pymongo==3.12.0 -pymatgen==2023.12.18 +pymatgen==2024.5.31 pydantic==2.4.2 pydantic-settings==2.1.0 emmet-core==0.70.6 diff --git a/setup.py b/setup.py index 31d9e6f..8ff273c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', install_requires=["matminer==0.8.0", - "pymatgen==2023.12.18", + "pymatgen==2024.5.31", "plotly==5.11.0", "pymongo==3.12.0", ],