Skip to content

Commit 4d3cef3

Browse files
fix(deps): update dependency ruff to >=0.11.1,<0.12.0
1 parent 5bb1366 commit 4d3cef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.11.1,<0.12.0",
3737
"pytest>=8.3,<9",
3838
"build>=0.10,<1.3",
3939
"pytest-cov>=6,<7",

0 commit comments

Comments
 (0)