diff --git a/pyproject.toml b/pyproject.toml index 7ff4238..379ab38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ lint = [ "black >= 22.3.0", # NOTE: ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.1.5", + "ruff < 0.1.6", "mypy >= 1.0", ] codegen = ["datamodel-code-generator", "sigstore-rekor-types[lint]"]