-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.0.1 - update to pySigma 0.10
- Loading branch information
1 parent
a22b65f
commit 7dec0b1
Showing
2 changed files
with
86 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pysigma-pipeline-crowdstrike" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
description = "pySigma CrowdStrike processing pipelines" | ||
authors = ["Thomas Patzke <[email protected]>"] | ||
license = "LGPL-2.1-only" | ||
|
@@ -11,7 +11,7 @@ packages = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
pysigma = "^0.9.2" | ||
pysigma = "^0.10.2" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^6.2.2" | ||
|