Skip to content

Commit 81945f9

Browse files
Merge pull request #1342 from materialsproject/dependabot/pip/fireworks-2.0.8
Bump fireworks from 2.0.6 to 2.0.8
2 parents 395aac3 + 9bc1ccf commit 81945f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Other/Nonlisted Topic",
2424
"Topic :: Scientific/Engineering",
2525
]
26-
requires-python = ">=3.10"
26+
requires-python = ">=3.11"
2727
dependencies = [
2828
"PyYAML",
2929
"click",
@@ -71,9 +71,9 @@ openmm = [
7171
"openmm-mdanalysis-reporter>=0.1.0",
7272
"openmm>=8.1.0",
7373
]
74-
fireworks = ["fireworks==2.0.6"]
74+
fireworks = ["fireworks==2.0.8"]
7575
docs = [
76-
"fireworks==2.0.6",
76+
"fireworks==2.0.8",
7777
"autodoc_pydantic==2.2.0",
7878
"furo==2025.9.25",
7979
"ipython==8.37.0",
@@ -87,7 +87,7 @@ docs = [
8787
]
8888
dev = ["pre-commit>=2.12.1"]
8989
tests = [
90-
"fireworks==2.0.6",
90+
"fireworks==2.0.8",
9191
"nbmake==1.5.5",
9292
"pytest-cov==7.0.0",
9393
"pytest-mock==3.15.1",

0 commit comments

Comments
 (0)