Skip to content

Commit

Permalink
rolling version numbers again for python 3.12 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Feb 5, 2024
1 parent 9722389 commit b3bfd1a
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.698"]
deps_pip = ["baddns~=1.0.702"]

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.698"]
deps_pip = ["baddns~=1.0.702"]

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

0 comments on commit b3bfd1a

Please sign in to comment.