Skip to content

Commit e279d80

Browse files
build(deps-dev): update ruff requirement from <0.14.6 to <0.14.7 (#1622)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85f54ec commit e279d80

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
@@ -64,7 +64,7 @@ lint = [
6464
"mypy ~= 1.1",
6565
# NOTE(ww): ruff is under active development, so we pin conservatively here
6666
# and let Dependabot periodically perform this update.
67-
"ruff < 0.14.6",
67+
"ruff < 0.14.7",
6868
"types-requests",
6969
"types-pyOpenSSL",
7070
]

0 commit comments

Comments
 (0)