howler-evidence-plugin 0.1.0.dev181__tar.gz → 0.1.0.dev182__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: howler-evidence-plugin
3
- Version: 0.1.0.dev181
3
+ Version: 0.1.0.dev182
4
4
  Summary: A howler plugin to add additional nested ECS fields to the Howler ODM
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "howler-evidence-plugin"
3
- version = "0.1.0.dev181"
3
+ version = "0.1.0.dev182"
4
4
  description = "A howler plugin to add additional nested ECS fields to the Howler ODM"
5
5
  authors = [{ name = "CCCS", email = "analysis-development@cyber.gc.ca" }]
6
6
  license = { text = "MIT" }
@@ -131,7 +131,7 @@ packages = [{ include = "evidence" }]
131
131
 
132
132
 
133
133
  [tool.poetry.group.dev.dependencies]
134
- ruff = "^0.15.6"
134
+ ruff = "^0.15.5"
135
135
  mypy = "^1.19.1"
136
136
  pre-commit = "^4.3.0"
137
137
  howler-api = { path = "../../api" }