From d5cd48bd3934c97be91264f4ecab833471be7af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:21:15 +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.99.0...v2.100.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 4b65b7d06..1d8c5aa71 100644 --- a/code/python/main-workshop/requirements.txt +++ b/code/python/main-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.99 +aws-cdk-lib~=2.100 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.487 diff --git a/code/python/pipelines-workshop/requirements.txt b/code/python/pipelines-workshop/requirements.txt index 4b65b7d06..1d8c5aa71 100644 --- a/code/python/pipelines-workshop/requirements.txt +++ b/code/python/pipelines-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.99 +aws-cdk-lib~=2.100 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.487 diff --git a/code/python/tests-workshop/requirements.txt b/code/python/tests-workshop/requirements.txt index 4b65b7d06..1d8c5aa71 100644 --- a/code/python/tests-workshop/requirements.txt +++ b/code/python/tests-workshop/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib~=2.99 +aws-cdk-lib~=2.100 constructs>=10.0.0,<11.0.0 cdk-dynamo-table-view==0.2.487