From 1a67942d75542e2ce83093241fed15984d7b7c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:24:18 +0000 Subject: [PATCH] build(deps): Update checkov requirement from >=3.2.0 to >=3.2.525 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.525) --- updated-dependencies: - dependency-name: checkov dependency-version: 3.2.525 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..efd0e1f 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.525