Skip to content

Commit ab9df4b

Browse files
Merge pull request blacklanternsecurity#1417 from blacklanternsecurity/baddns-roll-version
rolling baddns version
2 parents e78fe22 + 72d2f77 commit ab9df4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bbot/modules/baddns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class baddns(BaseModule):
2424
"only_high_confidence": "Do not emit low-confidence or generic detections",
2525
}
2626
max_event_handlers = 8
27-
deps_pip = ["baddns~=1.1.0"]
27+
deps_pip = ["baddns~=1.1.789"]
2828

2929
def select_modules(self):
3030
selected_modules = []

bbot/modules/baddns_zone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class baddns_zone(baddns_module):
2222
"only_high_confidence": "Do not emit low-confidence or generic detections",
2323
}
2424
max_event_handlers = 8
25-
deps_pip = ["baddns~=1.1.0"]
25+
deps_pip = ["baddns~=1.1.789"]
2626

2727
def select_modules(self):
2828
selected_modules = []

0 commit comments

Comments
 (0)