Skip to content

Commit 1d20c6c

Browse files
build(deps-dev): update ruff requirement from <0.0.262 to <0.0.263 (#618)
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.262) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Woodruff <[email protected]>
1 parent cf86425 commit 1d20c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
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.0.262",
67+
"ruff < 0.0.263",
6868
"types-requests",
6969
# Needed for protocol typing in 3.7; remove when our minimum Python is 3.8.
7070
"typing-extensions; python_version < '3.8'",

0 commit comments

Comments
 (0)