From ff369b4e44280a7d7fb77904c5c953a0d47cbc8b Mon Sep 17 00:00:00 2001 From: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:22:10 -0400 Subject: [PATCH] [Bug] Lock Pyright Version (#5977) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0cc1b46a0..c78cbb937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 Security’s 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"]