diff --git a/pyproject.toml b/pyproject.toml index acd2cb6..b03fe75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ testpaths = ["tests"] [dependency-groups] dev = [ - "ruff>=0.11.13,<0.13", + "ruff>=0.11.13,<0.15", "docstr-coverage>=2.3.2,<3", "pytest>=8.4.0,<9", "pytest-asyncio>=0.23.0,<2",