From d6cb350be625f82e95ad6d0dadef520d596322c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:21:26 +0000 Subject: [PATCH] chore: Update aws-cdk-lib requirement in /code/python 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.150.0...v2.217.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.217.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/python/main-workshop/requirements.txt | 2 +- code/python/pipelines-workshop/requirements.txt | 2 +- code/python/tests-workshop/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/python/main-workshop/requirements.txt b/code/python/main-workshop/requirements.txt index dd41721f..b95682b0 100644 --- a/code/python/main-workshop/requirements.txt +++ b/code/python/main-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.150 +aws-cdk-lib~=2.217 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.488 diff --git a/code/python/pipelines-workshop/requirements.txt b/code/python/pipelines-workshop/requirements.txt index dd41721f..b95682b0 100644 --- a/code/python/pipelines-workshop/requirements.txt +++ b/code/python/pipelines-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.150 +aws-cdk-lib~=2.217 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.488 diff --git a/code/python/tests-workshop/requirements.txt b/code/python/tests-workshop/requirements.txt index dd41721f..b95682b0 100644 --- a/code/python/tests-workshop/requirements.txt +++ b/code/python/tests-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.150 +aws-cdk-lib~=2.217 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.488