diff --git a/pyproject.toml b/pyproject.toml index f9600477..cbf95c38 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.275", + "ruff < 0.0.276", "interrogate", "isort", "mypy",