diff --git a/pyproject.toml b/pyproject.toml index f14054e..3d00289 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest", ] lint = [ - "ruff==0.5.5", + "ruff==0.6.9", "mypy", "types-docutils", ]