diff --git a/pyproject.toml b/pyproject.toml index 7ca2c931..cb658a12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ lint = [ # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.1.16", + "ruff < 0.2.1", "interrogate", "mypy", "types-html5lib",