Skip to content

Commit

Permalink
Improved and updated pySigma dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Mar 10, 2022
1 parent 313455a commit 9093948
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
104 changes: 52 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysigma-pipeline-crowdstrike"
version = "0.1.1"
version = "0.1.2"
description = "pySigma CrowdStrike processing pipelines"
authors = ["Thomas Patzke <[email protected]>"]
license = "LGPL-2.1-only"
Expand All @@ -10,7 +10,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
pysigma = "^0.2.0"
pysigma = "^0.3"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down

0 comments on commit 9093948

Please sign in to comment.