Skip to content

Commit f8cbc41

Browse files
committed
dependency fix
1 parent 00480ff commit f8cbc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dynamic = ["version"]
5959
[project.optional-dependencies]
6060
ml = ["numpy>=1.26.4", "pandas>=2.0.3", "scikit-learn==1.5.1", "xgboost==2.0.3"]
6161
dev = [
62-
"suricata-check[dev]>=0.8.0beta0",
62+
"suricata-check[performance,test,docs,lint]>=0.9.0beta0",
6363
"click>=8.1.7",
6464
"pytest>=8.2.1",
6565
"pytest-cov>=5.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setuptools >= 70.0.0
22
wheel>=0.43.0
33
setuptools-git-versioning>=2.0.0
4-
suricata-check[dev]>=0.8.0beta0
4+
suricata-check[performance,test,docs,lint]>=0.9.0beta0
55
pytest>=8.2.1
66
pytest-cov>=5.0.0
77
flake8>=7.1.0

0 commit comments

Comments
 (0)