diff --git a/pyproject.toml b/pyproject.toml index e7747a8202..aa4fe43d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ Homepage = "https://fable.io" [dependency-groups] dev = [ "pytest>=9.0.3,<10", - "ruff>=0.15.9,<0.16", - "maturin>=1.12.6,<2", - "dunamai>=1.23.1,<2", - "pydantic>=2.11.7", - "attrs>=25.3.0", + "ruff>=0.15.10,<0.16", + "maturin>=1.13.1,<2", + "dunamai>=1.26.1,<2", + "pydantic>=2.13.0", + "attrs>=26.1.0", "pyright>=1.1.408", - "ty>=0.0.7", + "ty>=0.0.30", ] [tool.hatch.build.targets.sdist]