From 34e3d96ceef39693c1e2ff61b52543db95de4e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:15:33 +0000 Subject: [PATCH] Bump maggma from 0.62.1 to 0.63.2 (#552) Bumps [maggma](https://github.com/materialsproject/maggma) from 0.62.1 to 0.63.2. - [Release notes](https://github.com/materialsproject/maggma/releases) - [Changelog](https://github.com/materialsproject/maggma/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/materialsproject/maggma/compare/v0.62.1...v0.63.2) --- updated-dependencies: - dependency-name: maggma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc14f748..5e72afe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ fireworks = ["FireWorks"] strict = [ "FireWorks==2.0.3", "PyYAML==6.0.1", - "maggma==0.62.1", + "maggma==0.63.2", "matplotlib==3.8.3", "monty==2024.2.2", "moto==4.2.13",