diff --git a/pyproject.toml b/pyproject.toml index 3a1578dea..b5d306d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,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.6.10", + "ruff < 0.7.1", "types-requests", "types-pyOpenSSL", ]