From 6dbdeff830808fb06bfda22822d8a905c8a21ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:42:01 +0000 Subject: [PATCH] Update mp-api requirement from <0.30.9,>=0.26.3 to >=0.26.3,<0.33.4 Updates the requirements on [mp-api](https://github.com/materialsproject/api) to permit the latest version. - [Release notes](https://github.com/materialsproject/api/releases) - [Commits](https://github.com/materialsproject/api/compare/v0.26.3...v0.33.3) --- updated-dependencies: - dependency-name: mp-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17b79c7cb..bcd7e6ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ EXTRAS = [ # For downloading third-party data directly from source instead of Simmate DATA = [ - "mp-api >=0.26.3, <0.30.9", # materials project + "mp-api >=0.26.3, <0.33.4", # materials project ] # Specific dependencies needed for optional simmate apps