From 5d6b70261d3777f8b82c36866e94a36687c72527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:00:27 -0500 Subject: [PATCH] build(deps): update ruff requirement from <0.8.4 to <0.8.5 (#112) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1f4f5f..791c460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ doc = ["pdoc >= 14.2,< 16.0"] lint = [ # NOTE: ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.8.4", + "ruff < 0.8.5", "mypy >= 1.0", ] codegen = ["datamodel-code-generator>=0.25.2", "sigstore-rekor-types[lint]"]