From 5cbbcb2225e758d72308ad4829552579d5c85ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:20:42 +0000 Subject: [PATCH] build(deps): Update checkov requirement from >=3.2.0 to >=3.2.528 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.528) --- updated-dependencies: - dependency-name: checkov dependency-version: 3.2.528 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..69c081e 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.528