Skip to content

Commit ede5af1

Browse files
build(deps): update ruff requirement in the pip group (#477)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c0192d commit ede5af1

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
@@ -30,7 +30,7 @@ requires-python = ">=3.11"
3030
lint = [
3131
# NOTE: ruff is under active development, so we pin conservatively here
3232
# and let Dependabot periodically perform this update.
33-
"ruff < 0.12.10",
33+
"ruff < 0.12.11",
3434
"mypy >= 1.0",
3535
"types-pyyaml",
3636
"types-pyOpenSSL",

0 commit comments

Comments
 (0)