From 78a246fdaab3e1f0666a6c938f527c946e67da89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:24:31 +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.142.0...v2.250.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.250.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 fc655459b..415b0cf4b 100644 --- a/backend/common-cdk/requirements.in +++ b/backend/common-cdk/requirements.in @@ -1,4 +1,4 @@ -aws-cdk-lib>=2.142.0 +aws-cdk-lib>=2.250.0 aws-cdk-aws-lambda-python-alpha>=2.142.0a0 constructs>=10.0.0,<11.0.0 cdk-nag>=2.28.10, <3