10000 build(deps): update ruff requirement from <0.8.6 to <0.8.7 (#1270) · sigstore/sigstore-python@f4afc77 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4afc77

Browse files
build(deps): update ruff requirement from <0.8.6 to <0.8.7 (#1270)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Woodruff <william@trailofbits.com>
1 parent 8b4b3fe commit f4afc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lint = [
6262
"mypy ~= 1.1",
6363
# NOTE(ww): ruff is under active development, so we pin conservatively here
6464
# and let Dependabot periodically perform this update.
65-
"ruff < 0.8.6",
65+
"ruff < 0.8.7",
6666
"types-requests",
6767
"types-pyOpenSSL",
6868
]

0 commit comments

Comments
 (0)
0