diff --git a/pyproject.toml b/pyproject.toml index 0648b6cf4..00f685aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ lint = [ "mypy", # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.0.248", + "ruff < 0.0.250", "types-requests", # Needed for protocol typing in 3.7; remove when our minimum Python is 3.8. "typing-extensions; python_version < '3.8'",