[Bug] Lock Pyright Version (#5977)

This commit is contained in:
Eric Forte
2026-04-23 09:22:10 -04:00
committed by GitHub
parent b6886f310c
commit ff369b4e44
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "detection_rules"
version = "1.6.25"
version = "1.6.26"
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Securitys Detection Engine."
readme = "README.md"
requires-python = ">=3.12"
@@ -53,7 +53,7 @@ dev = [
"nodeenv==1.9.1",
"pre-commit==3.8.0",
"ruff>=0.11",
"pyright>=1.1",
"pyright==1.1.408",
]
hunting = ["tabulate==0.9.0"]