Skip to content

Commit c5c0b2e

Browse files
authored
Merge branch 'main' into vb/flow_decorator
2 parents 0f7ed09 + d97a68a commit c5c0b2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@ dependencies = [
4141
ulid = ["python-ulid"]
4242
docs = [
4343
"autodoc_pydantic==2.2.0",
44-
"furo==2025.9.25",
45-
"ipython==9.3.0",
44+
"furo==2025.12.19",
45+
"ipython==9.9.0",
4646
"myst_parser==4.0.1",
4747
"nbsphinx==0.9.8",
4848
"sphinx-copybutton==0.5.2",
4949
"sphinx==8.1.3",
5050
]
5151
dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"]
52-
tests = ["moto==5.1.18", "pytest-cov==7.0.0", "pytest==9.0.2"]
52+
tests = ["moto==5.1.20", "pytest-cov==7.0.0", "pytest==9.0.2"]
5353
vis = ["matplotlib", "pydot"]
5454
fireworks = ["FireWorks"]
5555
strict = [
5656
"FireWorks==2.0.8",
5757
"PyYAML==6.0.3",
5858
"maggma==0.72.0",
59-
"matplotlib==3.10.7",
59+
"matplotlib==3.10.8",
6060
"monty==2025.3.3",
61-
"moto==5.1.18",
61+
"moto==5.1.20",
6262
"networkx==3.4.2",
6363
"pydantic-settings==2.12.0",
6464
"pydantic==2.12.5",
65-
"pydash==8.0.5",
65+
"pydash==8.0.6",
6666
"pydot==4.0.1",
6767
"python-ulid==3.1.0",
6868
"typing-extensions==4.15.0",

0 commit comments

Comments
 (0)