howler-sentinel-plugin 0.2.0.169__tar.gz → 0.2.0.189__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/PKG-INFO +1 -1
  2. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/pyproject.toml +2 -1
  3. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/LICENSE +0 -0
  4. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/README.md +0 -0
  5. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/__init__.py +0 -0
  6. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/actions/azure_emit_hash.py +0 -0
  7. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/actions/send_to_sentinel.py +0 -0
  8. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/actions/update_defender_xdr_alert.py +0 -0
  9. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/actions/update_defender_xdr_incident.py +0 -0
  10. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/config.py +0 -0
  11. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/manifest.yml +0 -0
  12. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/mapping/sentinel_incident.py +0 -0
  13. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/mapping/xdr_alert.py +0 -0
  14. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/mapping/xdr_alert_evidence.py +0 -0
  15. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/odm/__init__.py +0 -0
  16. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/odm/hit.py +0 -0
  17. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/odm/models/sentinel.py +0 -0
  18. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/routes/__init__.py +0 -0
  19. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/routes/ingest.py +0 -0
  20. {howler_sentinel_plugin-0.2.0.169 → howler_sentinel_plugin-0.2.0.189}/sentinel/utils/tenant_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: howler-sentinel-plugin
3
- Version: 0.2.0.169
3
+ Version: 0.2.0.189
4
4
  Summary: A howler plugin for integration with Microsoft's Sentinel API
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "howler-sentinel-plugin"
3
- version = "0.2.0.169"
3
+ version = "0.2.0.189"
4
4
  description = "A howler plugin for integration with Microsoft's Sentinel API"
5
5
  authors = [{ name = "CCCS", email = "analysis-development@cyber.gc.ca" }]
6
6
  license = { text = "MIT" }
@@ -145,6 +145,7 @@ python-dotenv = "^1.1.0"
145
145
 
146
146
  [tool.poetry.group.types.dependencies]
147
147
  types-mock = "^5.2.0.20250516"
148
+ types-python-dateutil = "^2.9.0.20251115"
148
149
 
149
150
 
150
151
  [tool.poetry.dependencies]