From b3bfd1a711ff0e778b533d7e271c3fed61ca5cc7 Mon Sep 17 00:00:00 2001 From: liquidsec Date: Mon, 5 Feb 2024 14:39:27 -0500 Subject: [PATCH] rolling version numbers again for python 3.12 fix --- bbot/modules/baddns.py | 2 +- bbot/modules/baddns_zone.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bbot/modules/baddns.py b/bbot/modules/baddns.py index 89fbecda13..8221364c46 100644 --- a/bbot/modules/baddns.py +++ b/bbot/modules/baddns.py @@ -18,7 +18,7 @@ class baddns(BaseModule): "only_high_confidence": "Do not emit low-confidence or generic detections", } max_event_handlers = 8 - deps_pip = ["baddns~=1.0.698"] + deps_pip = ["baddns~=1.0.702"] def select_modules(self): selected_modules = [] diff --git a/bbot/modules/baddns_zone.py b/bbot/modules/baddns_zone.py index 4cf8c7eee1..a7aac1f748 100644 --- a/bbot/modules/baddns_zone.py +++ b/bbot/modules/baddns_zone.py @@ -18,7 +18,7 @@ class baddns_zone(baddns_module): "only_high_confidence": "Do not emit low-confidence or generic detections", } max_event_handlers = 8 - deps_pip = ["baddns~=1.0.698"] + deps_pip = ["baddns~=1.0.702"] def select_modules(self): selected_modules = []