Skip to content

Commit d491ca3

Browse files
build(deps): update ruff requirement from <0.7.2 to <0.7.3 (#850)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4987140 commit d491ca3

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.2",
53+
"ruff < 0.7.3",
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)