Skip to content

Commit ff369b4

Browse files
[Bug] Lock Pyright Version (#5977)
1 parent b6886f3 commit ff369b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.6.25"
3+
version = "1.6.26"
44
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 Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -53,7 +53,7 @@ dev = [
5353
"nodeenv==1.9.1",
5454
"pre-commit==3.8.0",
5555
"ruff>=0.11",
56-
"pyright>=1.1",
56+
"pyright==1.1.408",
5757
]
5858

5959
hunting = ["tabulate==0.9.0"]

0 commit comments

Comments
 (0)