Skip to content

Commit abd49cb

Browse files
build(deps): update ruff requirement from <0.8.1 to <0.8.2
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.0.18...0.8.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c335d64 commit abd49cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
lint = [
5151
# NOTE(ww): ruff is under active development, so we pin conservatively here
5252
# and let Dependabot periodically perform this update.
53-
"ruff < 0.8.1",
53+
"ruff < 0.8.2",
5454
# HACK(ww): interrogate needs setuptools to provide `pkg_resources` on Python 3.12+;
5555
# remove this when https://github.com/econchick/interrogate/issues/164 is resolved.
5656
"setuptools",

0 commit comments

Comments
 (0)