From 3c4c38687d96c93306dd59031974cf3714981e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:23:43 +0000 Subject: [PATCH] Update checkov requirement from <4.0.0,>=3.0.0 to >=3.3.8,<4.0.0 Updates the requirements on [checkov](https://github.com/bridgecrewio/checkov) to permit the latest version. - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](https://github.com/bridgecrewio/checkov/compare/3.0.0...3.3.8) --- updated-dependencies: - dependency-name: checkov dependency-version: 3.2.529 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de2bbf5..6f284bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,13 +82,13 @@ mcp = [ ] # Rule-engine hybrid mode — Checkov pre-pass + LLM augment + post-fix verification. rules = [ - "checkov>=3.0.0,<4.0.0", + "checkov>=3.3.8,<4.0.0", ] # Everything. all = [ "langchain-ollama>=0.2.0", "mcp>=1.27.1", - "checkov>=3.0.0,<4.0.0", + "checkov>=3.3.8,<4.0.0", ] [project.scripts]