From a19840ee7f05dc0c969ef8a1aaf1a949db77ab7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:28:49 +0000 Subject: [PATCH] Bump fireworks from 2.1.2 to 2.1.3 Bumps [fireworks](https://github.com/materialsproject/fireworks) from 2.1.2 to 2.1.3. - [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.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 363db4d946..515ceb5476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ openmm = [ "openmm-mdanalysis-reporter>=0.1.0", "openmm>=8.1.0", ] -fireworks = ["fireworks==2.1.2"] +fireworks = ["fireworks==2.1.3"] strict-openff = [ "mdanalysis==2.10.0", "monty==2026.2.18", @@ -144,7 +144,7 @@ changelog = "https://github.com/materialsproject/atomate2/blob/main/CHANGELOG.md [dependency-groups] dev = ["pre-commit>=4.5.1"] tests = [ - "fireworks==2.1.2", + "fireworks==2.1.3", "nbmake==1.5.5", "pytest-cov==7.1.0", "pytest-mock==3.15.1", @@ -153,7 +153,7 @@ tests = [ "pytest==9.0.2", ] docs = [ - "fireworks==2.1.2", + "fireworks==2.1.3", "autodoc_pydantic==2.2.0", "furo==2025.12.19", "ipython==9.10.1",