Skip to content

Commit 040cfd0

Browse files
build(deps): update ruff requirement in the dev-dependencies group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.8.6 - [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.8.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37b5e52 commit 040cfd0

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
@@ -38,7 +38,7 @@ test = [
3838
"pytest-cov>=4.1,<=6.0.0",
3939
"pytest>=7.4,<=8.3.4",
4040
"hypothesis>=6.104.2,<=6.123.2",
41-
"ruff>=0.5.0,<=0.8.4",
41+
"ruff>=0.5.0,<=0.8.6",
4242
"coverage>=7.5.4,<=7.6.10",
4343
"pre-commit<=4.0.1"
4444
]

0 commit comments

Comments
 (0)