diff --git a/bbot/modules/baddns.py b/bbot/modules/baddns.py index ad5786ff8..9abfebc84 100644 --- a/bbot/modules/baddns.py +++ b/bbot/modules/baddns.py @@ -20,7 +20,7 @@ class baddns(BaseModule): "only_high_confidence": "Do not emit low-confidence or generic detections", } max_event_handlers = 8 - deps_pip = ["baddns~=1.0.707"] + deps_pip = ["baddns~=1.1.0"] def select_modules(self): selected_modules = []