Skip to content

Commit

Permalink
Merge pull request #2295 from blacklanternsecurity/bump-badsecrets-0-9
Browse files Browse the repository at this point in the history
Bump badsecrets 0.9
  • Loading branch information
liquidsec authored Feb 18, 2025
2 parents 191072b + 609fa50 commit b4f27e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/badsecrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class badsecrets(BaseModule):
options_desc = {
"custom_secrets": "Include custom secrets loaded from a local file",
}
deps_pip = ["badsecrets~=0.6.21"]
deps_pip = ["badsecrets~=0.9.29"]

async def setup(self):
self.custom_secrets = None
Expand Down

0 comments on commit b4f27e0

Please sign in to comment.