Skip to content

Commit db88949

Browse files
build(deps): update ruff requirement from <0.5.4 to <0.5.5 (#800)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3534c0 commit db88949

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
@@ -49,7 +49,7 @@ test = [
4949
lint = [
5050
# NOTE(ww): ruff is under active development, so we pin conservatively here
5151
# and let Dependabot periodically perform this update.
52-
"ruff < 0.5.4",
52+
"ruff < 0.5.5",
5353
# HACK(ww): interrogate needs setuptools to provide `pkg_resources` on Python 3.12+;
5454
# remove this when https://github.com/econchick/interrogate/issues/164 is resolved.
5555
"setuptools",

0 commit comments

Comments
 (0)