Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 8, 2024
1 parent caab916 commit 07a6fe8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
2 changes: 2 additions & 0 deletions bin/background_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def main() -> None:
def main_full_indexer() -> None:
if not get_config('generic', 'index_everything'):
raise Exception('Full indexer is disabled.')
# NOTE: for now, it only indexes the captures that aren't archived.
# we will change that later, but for now, it's a good start.
i = BackgroundIndexer(full=True)
i.run(sleep_in_sec=60)

Expand Down
53 changes: 26 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pysanejs = "^2.0.2"
pylookyloo = "^1.23.1"
dnspython = "^2.6.1"
pytaxonomies = "^1.5.0"
pymisp = {version = "^2.4.186", extras = ["url", "fileobjects"]}
pymisp = {version = "^2.4.187", extras = ["url", "fileobjects"]}
Pillow = "^10.2.0"
flask-restx = "^1.3.0"
rich = "^13.7.1"
Expand Down

0 comments on commit 07a6fe8

Please sign in to comment.