diff --git a/pdm.lock b/pdm.lock index e2e7579..96779eb 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:8e5381075d8c663c4efa7c19a3ea69b572983cd10f1a6cbe59ae2aa13445bfd1" +content_hash = "sha256:248ffaa6f1ee8f3d27d42b454a514bce6e43ddd83878265043e7d75a9ca528f1" [[metadata.targets]] requires_python = "==3.10.*" @@ -172,7 +172,7 @@ files = [ [[package]] name = "pysigma" -version = "0.11.12" +version = "0.11.13" requires_python = "<4.0,>=3.8" summary = "Sigma rule processing and conversion tools" groups = ["default"] @@ -184,8 +184,8 @@ dependencies = [ "requests<3.0,>=2.31", ] files = [ - {file = "pysigma-0.11.12-py3-none-any.whl", hash = "sha256:27f78bce567ac3fdf4f7b323efc05d4c76feb2820620a26536b72385511b9221"}, - {file = "pysigma-0.11.12.tar.gz", hash = "sha256:e0dc0d2e4821db4f719ea05baf395ad72633dd052d3b4e21d962801189d83e58"}, + {file = "pysigma-0.11.13-py3-none-any.whl", hash = "sha256:e5add765484af9a292aa39ff45e3fcda4fa6417a090814ad722f80c88f8ad437"}, + {file = "pysigma-0.11.13.tar.gz", hash = "sha256:4f226f7ef7c39e343cb5e5dd6681209fa6ce45a12e3194d600dbd914116f5cb3"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index fbe72a1..31806a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "PyYAML>=6.0.2", "ruamel-yaml>=0.18.6", "termcolor>=2.4.0", - "pysigma>=0.11.12", + "pysigma>=0.11.13", "pysigma-pipeline-sysmon>=1.0.4", "pysigma-pipeline-windows>=1.2.0", ]