Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit c3bbbaa

Browse files
authored
slither: track dev branch (#1194)
If the CI breaks again it may be fixable by running poetry lock --no-update When slither does a new release we should switch to that to prevent further breakage. Close #1193
1 parent 7a9bb30 commit c3bbbaa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pre-commit-hooks = {git = "https://github.com/Lucas-C/pre-commit-hooks"}
2020
black = "*"
2121
hdwallet = "^1.3.2"
2222
ipython = "^7.28.0"
23-
slither-analyzer = {git = "https://github.com/crytic/slither", rev = "6a2e1e0819f0dde932484b20bb0e0d3e39293adf"}
23+
slither-analyzer = {git = "https://github.com/crytic/slither", branch = "dev"}
2424

2525
[build-system]
2626
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)