From dda44cd5e3b2ea52469e0d12882335a0670fab0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:51:38 +0000 Subject: [PATCH] build(deps): Update checkov requirement from >=3.2.0 to >=3.2.531 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.531) --- updated-dependencies: - dependency-name: checkov dependency-version: 3.2.531 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..b38e0b5 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.531