From 50ab6bebfec36562272dd2fbf5a1f2ba206fd823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:58:33 +0000 Subject: [PATCH] Bump mp-api from 0.27.5 to 0.30.10 Bumps [mp-api](https://github.com/materialsproject/api) from 0.27.5 to 0.30.10. - [Release notes](https://github.com/materialsproject/api/releases) - [Commits](https://github.com/materialsproject/api/compare/v0.27.5...v0.30.10) --- 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 d4bd7e05..630007b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requires-python = '>="3.8"' [project.optional-dependencies] strict = [ - "mp-api==0.27.5", + "mp-api==0.30.10", "fireworks==2.0.3", "atomate==1.0.3", "atomate2==0.0.8",