diff --git a/pyproject.toml b/pyproject.toml index 590f0dd8..098ff131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,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.273", + "ruff < 0.0.275", "types-requests", # Needed for protocol typing in 3.7; remove when our minimum Python is 3.8. "typing-extensions; python_version < '3.8'",