Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
misje committed Aug 13, 2024
1 parent 8b65377 commit d8dc914
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion build_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"opencti_version": [
"6.1.12",
"6.1.2",
"6.2.7"
"6.2.7",
"6.2.12"
]
}
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
autodoc_pydantic==2.2.0
sphinx==7.3.7
sphinx==8.0.2
sphinx_paramlinks==0.6.0
sphinx_rtd_theme==2.0.0
sphinxcontrib-mermaid==0.9.2
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
babel==2.15.0
dateparser==1.2.0
pycti==6.2.7
pydantic==2.7.4
pydantic_settings==2.3.3
pycti==6.2.12
pydantic==2.8.2
pydantic_settings==2.4.0
1 change: 0 additions & 1 deletion src/wazuh/wazuh.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def _process_message(self, data):
# in a search (#9).
# TODO: alternatively, add OpenSearch DSL as a custom pattern_type_ov and use something like mitre/stix2patterns_translator to convert int o elastic_query
if not ind_obs:
# FIXME: Not an error: just print as message. Throw a custom exception for messages?
return "Indicator is not based on any observables"
elif (count := len(ind_obs)) > 1:
log.warning(
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.2
pytest==8.3.2
pytest-cov==5.0.0

0 comments on commit d8dc914

Please sign in to comment.