Skip to content

Commit df0ebca

Browse files
build(deps): update ruff requirement from ~=0.5.0 to ~=0.6.5 (#148)
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@0.5.0...0.6.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 072a8b7 commit df0ebca

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
@@ -36,7 +36,7 @@ dev = [
3636
"codespell~=2.3",
3737
"mypy~=1.9",
3838
"pre-commit~=3.7",
39-
"ruff~=0.5.0",
39+
"ruff~=0.6.5",
4040
"types-setuptools~=70.0",
4141
"boto3-stubs",
4242
]

0 commit comments

Comments
 (0)