From 0f56b0951cfab9e49b047f5e1f5f7371bbf8a8a4 Mon Sep 17 00:00:00 2001 From: liquidsec Date: Thu, 8 Feb 2024 15:24:55 -0500 Subject: [PATCH] \!actually\! bumping version :D --- bbot/modules/baddns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/baddns.py b/bbot/modules/baddns.py index ad5786ff83..9abfebc84c 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 = []