From 395f6bb33fafe568fc486fa7108451f317dc181d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:23:30 +0000 Subject: [PATCH] Chore(deps): Update constructs requirement in /backend/common-cdk Updates the requirements on [constructs](https://github.com/aws/constructs) to permit the latest version. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.0.0...v10.6.0) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.6.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..bc1e38bf3 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-aws-lambda-python-alpha>=2.142.0a0 -constructs>=10.0.0,<11.0.0 +constructs>=10.6.0,<11.0.0 cdk-nag>=2.28.10, <3