Skip to content

Commit

Permalink
bumping baddns version to ensure python 3.12 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Feb 5, 2024
1 parent 697ef7d commit 9722389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bbot/modules/baddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.679"]
deps_pip = ["baddns~=1.0.698"]

def select_modules(self):
selected_modules = []
Expand Down
2 changes: 1 addition & 1 deletion bbot/modules/baddns_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.679"]
deps_pip = ["baddns~=1.0.698"]

def select_modules(self):
selected_modules = []
Expand Down

0 comments on commit 9722389

Please sign in to comment.