diff --git a/pyproject.toml b/pyproject.toml index f5a8d83..0a68121 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.2", + "ruff < 0.1.4", "mypy >= 1.0", ] codegen = ["datamodel-code-generator", "sigstore-rekor-types[lint]"]