From a6d1cd21c672eec4f3c7c919b46207ca204bfd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:29:43 +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.144.0...v2.145.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 2e9946ab6..ec5c4190f 100644 --- a/code/python/main-workshop/requirements.txt +++ b/code/python/main-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.144 +aws-cdk-lib~=2.145 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 2e9946ab6..ec5c4190f 100644 --- a/code/python/pipelines-workshop/requirements.txt +++ b/code/python/pipelines-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.144 +aws-cdk-lib~=2.145 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 2e9946ab6..ec5c4190f 100644 --- a/code/python/tests-workshop/requirements.txt +++ b/code/python/tests-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.144 +aws-cdk-lib~=2.145 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.488