From 6e5be947666f3a4cd7b1e8b5e0aa1e3c0374dac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:42:23 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 138e8378a5..85801dd392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ openmm = [ "openmm-mdanalysis-reporter>=0.1.0", "openmm>=8.1.0", ] -fireworks = ["fireworks==2.0.9"] +fireworks = ["fireworks==2.1.2"] strict-openff = [ "mdanalysis==2.10.0", "monty==2026.2.18", @@ -148,7 +148,7 @@ changelog = "https://github.com/materialsproject/atomate2/blob/main/CHANGELOG.md [dependency-groups] dev = ["pre-commit>=4.5.1"] tests = [ - "fireworks==2.0.9", + "fireworks==2.1.2", "nbmake==1.5.5", "pytest-cov==7.0.0", "pytest-mock==3.15.1", @@ -157,7 +157,7 @@ tests = [ "pytest==9.0.2", ] docs = [ - "fireworks==2.0.9", + "fireworks==2.1.2", "autodoc_pydantic==2.2.0", "furo==2025.12.19", "ipython==9.10.1",