From 39d20ab84f4c8b7f2a347d4712810b13c0e6a206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:59:32 +0000 Subject: [PATCH] Bump mp-api from 0.37.5 to 0.39.3 Bumps [mp-api](https://github.com/materialsproject/api) from 0.37.5 to 0.39.3. - [Release notes](https://github.com/materialsproject/api/releases) - [Commits](https://github.com/materialsproject/api/compare/v0.37.5...v0.39.3) --- updated-dependencies: - dependency-name: mp-api 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 3677d449..ff6a3c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ "numpy==1.26.2", "pymatgen==2023.11.12", - "mp-api==0.37.5", + "mp-api==0.39.3", "ase", "tqdm", "monty"