From 104ac99d62935eb23c576631d6276fa0ed76e7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:21:55 +0000 Subject: [PATCH] Bump mp-api from 0.27.5 to 0.29.3 Bumps [mp-api](https://github.com/materialsproject/api) from 0.27.5 to 0.29.3. - [Release notes](https://github.com/materialsproject/api/releases) - [Commits](https://github.com/materialsproject/api/compare/v0.27.5...v0.29.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 d4bd7e05..21890202 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.3", "fireworks==2.0.3", "atomate==1.0.3", "atomate2==0.0.8",