From 9c0d0ccae2490a1d7b78f27765f0aaeb69a51c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:38:30 +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.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.137.0...v2.138.0) --- updated-dependencies: - dependency-name: aws-cdk-lib 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 11d0afad5..00d1447db 100644 --- a/code/python/main-workshop/requirements.txt +++ b/code/python/main-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.137 +aws-cdk-lib~=2.138 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 11d0afad5..00d1447db 100644 --- a/code/python/pipelines-workshop/requirements.txt +++ b/code/python/pipelines-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.137 +aws-cdk-lib~=2.138 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 11d0afad5..00d1447db 100644 --- a/code/python/tests-workshop/requirements.txt +++ b/code/python/tests-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.137 +aws-cdk-lib~=2.138 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.488