From 82e875bcc98a3baa56986626c2e7b975861d28bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:26:56 +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.38.2...v3.0.1) --- updated-dependencies: - dependency-name: cdk-nag dependency-version: 3.0.1 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 235118096..88ae5da72 100644 --- a/backend/common-cdk/requirements.in +++ b/backend/common-cdk/requirements.in @@ -1,4 +1,4 @@ aws-cdk-lib>=2.261.0 aws-cdk-aws-lambda-python-alpha>=2.261.0a0 constructs>=10.6.0,<11.0.0 -cdk-nag>=2.38.2,<3 +cdk-nag>=3.0.1,<4