Skip to content

Commit 00e2a1f

Browse files
build(deps-dev): update ruff requirement from <0.0.213 to <0.0.217 (#397)
Updates the requirements on [ruff](https://github.com/charliermarsh/ruff) to permit the latest version. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.18...v0.0.216) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2dd65c commit 00e2a1f

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
@@ -61,7 +61,7 @@ lint = [
6161
"mypy",
6262
# NOTE(ww): ruff is under active development, so we pin conservatively here
6363
# and let Dependabot periodically perform this update.
64-
"ruff < 0.0.213",
64+
"ruff < 0.0.217",
6565
"types-requests",
6666
# Needed for protocol typing in 3.7; remove when our minimum Python is 3.8.
6767
"typing-extensions; python_version < '3.8'",

0 commit comments

Comments
 (0)