From 6102c988bee95096342946e4b970b6d952465f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:25:37 +0000 Subject: [PATCH] build(deps): Update checkov requirement from >=3.2.0 to >=3.2.533 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.533) --- updated-dependencies: - dependency-name: checkov dependency-version: 3.2.533 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..b13c9a8 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.533