Skip to content

Commit 6f68fcc

Browse files
authored
Merge pull request #57 from crytic/fix-action
limit slither version to 0.11.0 due to breaking change
2 parents 3751f8d + 39415ad commit 6f68fcc

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
@@ -13,7 +13,7 @@ urls = { "Homepage" = "https://github.com/crytic/fuzz-utils" }
1313
requires-python = ">=3.10"
1414
dependencies = [
1515
"colorama>=0.4.0",
16-
"slither_analyzer>=0.10.0",
16+
"slither_analyzer>=0.10.0,<0.11.0",
1717
"jinja2>=3.1.0",
1818
"eth_abi>=5.0.1",
1919
"eth_utils>=4.0.0",

0 commit comments

Comments
 (0)