From 0baa991349b2b822931cdb9387d38bc28bcd50c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:14:28 +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.7.0...v10.8.0) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.8.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..468f5a8f1 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-aws-lambda-python-alpha>=2.261.0a0 -constructs>=10.7.0,<11.0.0 +constructs>=10.8.0,<11.0.0 cdk-nag>=2.38.2,<3