diff --git a/pyproject.toml b/pyproject.toml index 2411c7c1..09788a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ lint = [ "mypy ~= 1.1", # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.0.283", + "ruff < 0.0.284", "types-requests", # Needed for protocol typing in 3.7; remove when our minimum Python is 3.8. "typing-extensions; python_version < '3.8'",