Skip to content

Commit

Permalink
build(deps): update ruff requirement from <0.6.10 to <0.7.1 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 846a42d commit 4dad933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.6.10",
"ruff < 0.7.1",
"mypy >= 1.0",
]
codegen = ["datamodel-code-generator>=0.25.2", "sigstore-rekor-types[lint]"]
Expand Down

0 comments on commit 4dad933

Please sign in to comment.