From d46e2c515a7f8dffa5dbe7497f5e59133865df48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:14:07 +0000 Subject: [PATCH] Chore(deps): Update aws-cdk-lib requirement in /backend/common-cdk Updates the requirements on [aws-cdk-lib](https://github.com/aws/aws-cdk) to permit the latest version. - [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.263.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.263.0 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 03d24e3a4..468fe0798 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-lib>=2.263.0 aws-cdk-aws-lambda-python-alpha>=2.261.0a0 constructs>=10.7.0,<11.0.0 cdk-nag>=2.38.2,<3