Skip to content

Commit a89c9a9

Browse files
build(deps): update ruff requirement from ~=0.6.5 to ~=0.8.2
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.6.5...0.8.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f544899 commit a89c9a9

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

0 commit comments

Comments
 (0)