From f14d2cd6a598629949275ec984dd1643b74822b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:24:01 +0000 Subject: [PATCH] Chore(deps): Update cdk-nag requirement in /backend/common-cdk Updates the requirements on [cdk-nag](https://github.com/cdklabs/cdk-nag) to permit the latest version. - [Release notes](https://github.com/cdklabs/cdk-nag/releases) - [Commits](https://github.com/cdklabs/cdk-nag/compare/v2.28.10...v2.37.55) --- updated-dependencies: - dependency-name: cdk-nag dependency-version: 2.37.55 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/common-cdk/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/common-cdk/requirements.in b/backend/common-cdk/requirements.in index fc655459b..6d6ded564 100644 --- a/backend/common-cdk/requirements.in +++ b/backend/common-cdk/requirements.in @@ -1,4 +1,4 @@ aws-cdk-lib>=2.142.0 aws-cdk-aws-lambda-python-alpha>=2.142.0a0 constructs>=10.0.0,<11.0.0 -cdk-nag>=2.28.10, <3 +cdk-nag>=2.37.55, <3