Skip to content

Commit 0f7db32

Browse files
Bump ruff from 0.5.5 to 0.6.7
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.6.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.5...0.6.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 783caf5 commit 0f7db32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"defusedxml>=0.7.1", # for secure XML/HTML parsing
4949
]
5050
lint = [
51-
"ruff==0.5.5",
51+
"ruff==0.6.7",
5252
"mypy",
5353
"types-docutils",
5454
]

0 commit comments

Comments
 (0)