Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: Update aws-cdk-lib requirement in /code/python
Browse files Browse the repository at this point in the history
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](aws/aws-cdk@v2.142.0...v2.143.0)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent b4396a2 commit 8433eed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/python/main-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.142
aws-cdk-lib~=2.143
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488
2 changes: 1 addition & 1 deletion code/python/pipelines-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.142
aws-cdk-lib~=2.143
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488
2 changes: 1 addition & 1 deletion code/python/tests-workshop/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aws-cdk-lib~=2.142
aws-cdk-lib~=2.143
constructs>=10.0.0,<11.0.0
cdk-dynamo-table-view==0.2.488

0 comments on commit 8433eed

Please sign in to comment.