Skip to content

Commit 5a3e3c5

Browse files
build(deps): update ruff requirement from <0.7.4 to <0.7.5
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.7.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b355f31 commit 5a3e3c5

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.7.4",
53+
"ruff < 0.7.5",
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)