Skip to content

Commit a503b9a

Browse files
authored
Merge branch 'main' into uv-ci-test-lowest-highest-dep-resolution
2 parents 0634649 + ac5e5fc commit a503b9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@ dependencies = [
4040
ulid = ["python-ulid"]
4141
docs = [
4242
"autodoc_pydantic==2.2.0",
43-
"furo==2025.7.19",
43+
"furo==2025.9.25",
4444
"ipython==9.3.0",
4545
"myst_parser==4.0.1",
4646
"nbsphinx==0.9.7",
4747
"sphinx-copybutton==0.5.2",
4848
"sphinx==8.1.3",
4949
]
5050
dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"]
51-
tests = ["moto==5.1.12", "pytest-cov==6.3.0", "pytest==8.4.2"]
51+
tests = ["moto==5.1.14", "pytest-cov==7.0.0", "pytest==8.4.2"]
5252
vis = ["matplotlib", "pydot"]
5353
fireworks = ["FireWorks"]
5454
strict = [
55-
"FireWorks==2.0.4",
56-
"PyYAML==6.0.2",
55+
"FireWorks==2.0.5",
56+
"PyYAML==6.0.3",
5757
"maggma==0.72.0",
5858
"matplotlib==3.10.6",
5959
"monty==2025.3.3",
60-
"moto==5.1.12",
60+
"moto==5.1.14",
6161
"networkx==3.4.2",
62-
"pydantic-settings==2.10.1",
63-
"pydantic==2.11.7",
62+
"pydantic-settings==2.11.0",
63+
"pydantic==2.11.10",
6464
"pydash==8.0.5",
6565
"pydot==4.0.1",
6666
"python-ulid==3.1.0",

0 commit comments

Comments
 (0)