diff --git a/pyproject.toml b/pyproject.toml index 5fa10e66..ecfb8dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ lint = [ "black>=22.3.0", # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.0.281", + "ruff < 0.0.283", "interrogate", "isort", "mypy",