diff --git a/pyproject.toml b/pyproject.toml index 6ace4628e..22427e51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,14 +16,14 @@ Homepage = "https://fable.io" [dependency-groups] dev = [ - "pytest>=9.1.0,<10", - "ruff>=0.15.17,<0.16", - "maturin>=1.14.0,<2", + "pytest>=9.1.1,<10", + "ruff>=0.15.19,<0.16", + "maturin>=1.14.1,<2", "dunamai>=1.26.1,<2", "pydantic>=2.13.4", "attrs>=26.1.0", "pyright>=1.1.410", - "ty>=0.0.49", + "ty>=0.0.52", ] [tool.hatch.build.targets.sdist]