Fix nodeenv version dependancy (#3715)

This commit is contained in:
shashank-elastic
2024-05-29 18:52:34 +05:30
committed by GitHub
parent 8b28a515c1
commit 9d019dcf26
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -98,6 +98,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
- name: Prune non-${{matrix.target_branch}} rules
+1 -1
View File
@@ -42,7 +42,7 @@ dependencies = [
"detection-rules-kibana @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana"
]
[project.optional-dependencies]
dev = ["pep8-naming==0.13.0", "PyGithub==2.2.0", "flake8==7.0.0", "pyflakes==3.2.0", "pytest>=8.1.1", "pre-commit==3.6.2"]
dev = ["pep8-naming==0.13.0", "PyGithub==2.2.0", "flake8==7.0.0", "pyflakes==3.2.0", "pytest>=8.1.1", "nodeenv==1.8.0", "pre-commit==3.6.2"]
[project.urls]
"Homepage" = "https://github.com/elastic/detection-rules"