diff --git a/pyproject.toml b/pyproject.toml index baff66f..3da68f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ doc = ["pdoc ~= 14.2"] lint = [ # NOTE: ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.1.10", + "ruff < 0.1.12", "mypy >= 1.0", ] codegen = ["datamodel-code-generator", "sigstore-rekor-types[lint]"]