Skip to content

Commit

Permalink
Fixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen1999 committed Jan 17, 2025
1 parent a284c24 commit ce2344c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ classifiers = [
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
]
requires-python = ">=3.9"
dependencies = ["suricata-check==0.2.*", "idstools>=0.6.5",]
dependencies = ["suricata-check>=0.2.5beta0", "idstools>=0.6.5",]
dynamic = ["version"]

[project.optional-dependencies]
dev = [
"suricata-check[dev]>=0.2.5beta0",
"click>=8.1.7",
"pytest>=8.2.1",
"pytest-cov>=5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setuptools >= 70.0.0
wheel>=0.43.0
setuptools-git-versioning>=2.0.0
suricata-check[dev]==0.*
suricata-check[dev]>=0.2.5beta0
idstools>=0.6.5
pytest>=8.2.1
pytest-cov>=5.0.0
Expand Down

0 comments on commit ce2344c

Please sign in to comment.