From 9dc70fef9aea77d55f5a19b1f5bf3915a5ba4acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:02:20 +0000 Subject: [PATCH] Bump mp-api from 0.27.5 to 0.29.8 Bumps [mp-api](https://github.com/materialsproject/api) from 0.27.5 to 0.29.8. - [Release notes](https://github.com/materialsproject/api/releases) - [Commits](https://github.com/materialsproject/api/compare/v0.27.5...v0.29.8) --- 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..74c88a42 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.29.8", "fireworks==2.0.3", "atomate==1.0.3", "atomate2==0.0.8",