Skip to content

Commit 050cd04

Browse files
fix(deps): update dependency tox to >=4.28,<4.29
1 parent b7add18 commit 050cd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ develop = [
7272
"pytest < 5.0; python_version < '3.0'",
7373
"pytest >= 5.0; python_version >= '3.0'",
7474
"pytest-html >= 1.19.0",
75-
"tox >=4.27,<4.28",
75+
"tox >=4.28,<4.29",
7676
"pylint",
7777
"ruff",
7878

0 commit comments

Comments
 (0)