Skip to content

Commit

Permalink
Fixed dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-systemtwo committed May 17, 2024
1 parent 626e872 commit 06621bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

13 changes: 4 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SigmAIQ"
version = "0.4.0"
version = "0.4.1"
description = "Wrapper and tools for pySigma and Sigma rules"
authors = ["Stephen Lincoln <[email protected]>", "AttackIQ <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -39,14 +39,6 @@ pysigma-pipeline-sysmon = "1.0.3"
pysigma-pipeline-windows = "1.1.1"
importlib-resources = "^5.13.0"



[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
pytest-cov = "^4.1.0"
black = "^23.7.0"
ruff = "^0.0.286"

[tool.poetry.group.llm]
optional = true

Expand All @@ -59,7 +51,10 @@ faiss-cpu = "^1.7.4"


[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-cov = "^4.1.0"
black = "^24.4.2"
ruff = "^0.0.286"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 06621bf

Please sign in to comment.