From efb857c9f526963846ea4656d057c7c705c78b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:25:06 +0000 Subject: [PATCH] chore(deps): Bump constructs from 10.6.0 to 10.8.1 in /infra Bumps [constructs](https://github.com/aws/constructs) from 10.6.0 to 10.8.1. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.6.0...v10.8.1) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infra/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/requirements.txt b/infra/requirements.txt index a4739c0..f5f0955 100644 --- a/infra/requirements.txt +++ b/infra/requirements.txt @@ -5,5 +5,5 @@ # NOTE: cdk-nag stays on 2.x — 3.0 removed the NagSuppressions API this stack # uses (see stacks/platform/nag_suppressions.py). aws-cdk-lib==2.261.0 -constructs==10.6.0 +constructs==10.8.1 cdk-nag==2.37.55