Skip to content

Commit 5d41b3d

Browse files
committed
Release 0.2.0
1 parent d0ec2c7 commit 5d41b3d

File tree

2 files changed

+47
-27
lines changed

2 files changed

+47
-27
lines changed

poetry.lock

+44-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysigma-backend-splunk"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "pySigma Splunk backend"
55
authors = ["Thomas Patzke <[email protected]>"]
66
license = "LGPL-2.1-only"
@@ -10,14 +10,15 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.8"
13-
pysigma = "^0.4.0"
13+
pysigma = "^0.4.2"
1414

1515
[tool.poetry.dev-dependencies]
1616
pytest = "^6.2.2"
1717
pytest-cov = "^2.11.1"
1818
pytest-mypy = "^0.6.2"
1919
pylint = "^2.6.0"
2020
rope = "^0.18.0"
21+
pysigma-pipeline-sysmon = "^0.1.2"
2122

2223
[build-system]
2324
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)