From 786105b200f2bb842621ef8012e13010e54b62a5 Mon Sep 17 00:00:00 2001 From: liquidsec Date: Tue, 1 Oct 2024 11:02:40 -0400 Subject: [PATCH] baddns_zone update version --- bbot/modules/baddns_zone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/baddns_zone.py b/bbot/modules/baddns_zone.py index 64f7958455..26b4274513 100644 --- a/bbot/modules/baddns_zone.py +++ b/bbot/modules/baddns_zone.py @@ -16,7 +16,7 @@ class baddns_zone(baddns_module): "only_high_confidence": "Do not emit low-confidence or generic detections", } module_threads = 8 - deps_pip = ["baddns~=1.1.855"] + deps_pip = ["baddns~=1.1.862"] def set_modules(self): self.enabled_submodules = ["NSEC", "zonetransfer"]