From 03c93cd857938093707dd22c3d992b29c23fc642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:13:09 +0000 Subject: [PATCH] build(deps-dev): bump cdk-nag from 2.38.2 to 3.0.1 Bumps [cdk-nag](https://github.com/cdklabs/cdk-nag) from 2.38.2 to 3.0.1. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a71298..580d5cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cdk = [ "constructs==10.6.0", "aws-cdk-aws-lambda-python-alpha==2.258.1a0", "cdk-monitoring-constructs==10.1.0", - "cdk-nag==2.38.2", + "cdk-nag==3.0.1", ] # Test runner — environment-agnostic; pairs with either `lambda` (unit tests,