Skip to content

Commit

Permalink
Pinned new pySigma version to fix pyparsing import error
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-systemtwo committed Oct 23, 2024
1 parent b4c7c05 commit d5717e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
19 changes: 11 additions & 8 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SigmAIQ"
version = "0.4.2"
version = "0.4.3"
description = "Wrapper and tools for pySigma and Sigma rules"
authors = ["Stephen Lincoln <stephen.lincoln@attackiq.com>", "AttackIQ <support@attackiq.com>"]
readme = "README.md"
Expand All @@ -20,8 +20,8 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9, <3.13"
pysigma = "0.11.14"
python = ">=3.9, <3.14"
pysigma = "0.11.17"
certifi = "^2024.8.30"
pysigma-backend-carbonblack = "0.1.8"
pysigma-backend-cortexxdr = "0.1.4"
Expand Down

0 comments on commit d5717e8

Please sign in to comment.