Skip to content

Commit 2f6b96c

Browse files
fix(deps): update dependency ruff to >=0.8.6,<0.9.0
1 parent 8d93d99 commit 2f6b96c

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
@@ -33,7 +33,7 @@ openhexa = "openhexa.cli:app"
3333

3434
[project.optional-dependencies]
3535
dev = [
36-
"ruff>=0.7.0,<0.8.0",
36+
"ruff>=0.8.6,<0.9.0",
3737
"pytest>=8.3,<9",
3838
"build>=0.10,<1.3",
3939
"pytest-cov>=6,<7",

0 commit comments

Comments
 (0)