diff --git a/poetry.lock b/poetry.lock index 35062be..61e79a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -218,7 +218,7 @@ diagrams = ["railroad-diagrams", "jinja2"] [[package]] name = "pysigma" -version = "0.6.2" +version = "0.7.2" description = "Sigma rule processing and conversion tools" category = "main" optional = false @@ -340,7 +340,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "d1a47ee64f610d0aa79c03886fca33bfbb939c2fe72298d5d328028226254994" +content-hash = "83f52c478cf47e1f3525ff82209313c0d0f67ca661b2b47de8caa4b095039bc8" [metadata.files] astroid = [ @@ -514,10 +514,7 @@ pyparsing = [ {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, ] -pysigma = [ - {file = "pySigma-0.6.2-py3-none-any.whl", hash = "sha256:c76108121cb2bc27eee8637a8334e2749c1d81b7ca84d9090537af09076c6cea"}, - {file = "pySigma-0.6.2.tar.gz", hash = "sha256:d488de08edf6fd6ddf2e20770cf0acfa42c6867b5b7edbc6ef80cbba0f189da7"}, -] +pysigma = [] pytest = [ {file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"}, {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, diff --git a/pyproject.toml b/pyproject.toml index 069cbf2..851790c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysigma-pipeline-crowdstrike" -version = "0.1.6" +version = "0.1.7" description = "pySigma CrowdStrike processing pipelines" authors = ["Thomas Patzke "] license = "LGPL-2.1-only" @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" -pysigma = "^0.6.0" +pysigma = "^0.7.2" [tool.poetry.dev-dependencies] pytest = "^6.2.2"