From f337bd1747f70ecc4b9d4cb1cc604dec069024dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:04:32 +0000 Subject: [PATCH] Bump fireworks from 2.0.3 to 2.0.4 (#738) Bumps [fireworks](https://github.com/materialsproject/fireworks) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/materialsproject/fireworks/releases) - [Changelog](https://github.com/materialsproject/fireworks/blob/main/docs/changelog.html) - [Commits](https://github.com/materialsproject/fireworks/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: fireworks dependency-type: direct:production update-type: version-update:semver-patch ... 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 a6529506..60f4a92c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tests = ["moto==4.2.13", "pytest-cov==6.0.0", "pytest==8.3.4"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ - "FireWorks==2.0.3", + "FireWorks==2.0.4", "PyYAML==6.0.2", "maggma==0.71.1", "matplotlib==3.9.3",