From 540f70bf077213de821fec89d8e7e75776a30e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:42:44 +0000 Subject: [PATCH] build(deps): Update checkov requirement from >=3.2.0 to >=3.2.526 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.2.0...3.2.526) --- updated-dependencies: - dependency-name: checkov dependency-version: 3.2.526 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb76dbd..1fadeef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ matplotlib>=3.10.0 pillow>=11.0.0 # Infrastructure validation and security scanning -checkov>=3.2.0 +checkov>=3.2.526