diff --git a/pyproject.toml b/pyproject.toml index 868fa377..69469535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = ["coverage[toml]", "pretend", "pytest", "pytest-cov"] lint = [ # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.1.6", + "ruff < 0.1.7", "interrogate", "mypy", "types-html5lib",