diff --git a/pyproject.toml b/pyproject.toml index 42201596..a4e6dd05 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.1.3", + "ruff < 0.1.4", "interrogate", "isort", "mypy",