Skip to content

Commit ae9caa7

Browse files
build(deps-dev): update ruff requirement from <0.14.14 to <0.14.15 (#1668)
1 parent b1e5095 commit ae9caa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)