From 5c958a3740c678d479df6b4283c4d57b3fad12e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:26:47 +0000 Subject: [PATCH] chore(deps): Bump constructs from 10.6.0 to 10.8.0 in /infra Bumps [constructs](https://github.com/aws/constructs) from 10.6.0 to 10.8.0. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.6.0...v10.8.0) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.8.0 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..1fab2fe 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.0 cdk-nag==2.37.55