From 09b82c01bcbf64a50ca142a3bf249bf4493dc8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:42:46 +0000 Subject: [PATCH] Bump fireworks from 2.0.9 to 2.1.2 Bumps [fireworks](https://github.com/materialsproject/fireworks) from 2.0.9 to 2.1.2. - [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/commits) --- updated-dependencies: - dependency-name: fireworks dependency-version: 2.1.2 dependency-type: direct:development 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 32aef336..5a289241 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tests = ["moto==5.1.22", "pytest-cov==7.0.0", "pytest==9.0.2"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ - "FireWorks==2.0.9", + "FireWorks==2.1.2", "PyYAML==6.0.3", "maggma==0.72.1", "matplotlib==3.10.8",