diff --git a/pyproject.toml b/pyproject.toml index f2243e7..e9f193b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ testpaths = ["tests"] [dependency-groups] dev = [ - "ruff>=0.11.13,<0.12", + "ruff>=0.11.13,<0.14", "docstr-coverage>=2.3.2,<3", "pytest>=8.4.0,<9", "pytest-cov>=6.1.1,<7",