diff --git a/pyproject.toml b/pyproject.toml index e43f3640..e228a587 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.293", + "ruff < 0.1.1", "interrogate", "isort", "mypy",