From bf72a8297597a60909bd5ac1491e92602e46ba1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:25:01 +0000 Subject: [PATCH] chore(deps): Bump aws-cdk-lib from 2.261.0 to 2.266.0 in /infra Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.261.0 to 2.266.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.261.0...v2.266.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.266.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..4d068c3 100644 --- a/infra/requirements.txt +++ b/infra/requirements.txt @@ -4,6 +4,6 @@ # let Dependabot propose bumps that CI then re-verifies. # 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 +aws-cdk-lib==2.266.0 constructs==10.6.0 cdk-nag==2.37.55