diff --git a/pyproject.toml b/pyproject.toml index 194afc5..b73accd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest", ] lint = [ - "ruff==0.5.5", + "ruff==0.7.1", "mypy", "types-docutils", ]