diff --git a/pyproject.toml b/pyproject.toml index 56cdd2dd..54d56d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,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.14.13", + "ruff < 0.14.14", "types-requests", "types-pyOpenSSL", ]