From 0867faf95a18f9dadade742551bfa9a9f62cda4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:43:08 +0000 Subject: [PATCH] Bump fireworks from 2.1.3 to 2.1.4 Bumps [fireworks](https://github.com/materialsproject/fireworks) from 2.1.3 to 2.1.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/commits/v2.1.4) --- updated-dependencies: - dependency-name: fireworks dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12eaeb45..30fdcd9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tests = ["moto==5.2.2", "pytest-cov==7.1.0", "pytest==9.1.1"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ - "FireWorks==2.1.3", + "FireWorks==2.1.4", "PyYAML==6.0.3", "maggma==0.72.1", "matplotlib==3.10.9",