From 48058ec37c7864747f6fbef1740a562643250b1b Mon Sep 17 00:00:00 2001 From: kakakakakku Date: Sun, 7 Jun 2026 13:17:52 +0900 Subject: [PATCH 1/2] eventbridge-cloudwatch-cdk: Update aws-cdk-lib --- eventbridge-cloudwatch-cdk/cdk/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eventbridge-cloudwatch-cdk/cdk/requirements.txt b/eventbridge-cloudwatch-cdk/cdk/requirements.txt index c613aee41..d918306fd 100644 --- a/eventbridge-cloudwatch-cdk/cdk/requirements.txt +++ b/eventbridge-cloudwatch-cdk/cdk/requirements.txt @@ -1,2 +1,2 @@ -aws-cdk-lib==2.13.0 -constructs>=10.0.0,<11.0.0 \ No newline at end of file +aws-cdk-lib==2.258.0 +constructs>=10.0.0,<11.0.0 From be0992f4e064ca43e5cacc866fe569cf784822d3 Mon Sep 17 00:00:00 2001 From: kakakakakku Date: Tue, 9 Jun 2026 06:32:18 +0900 Subject: [PATCH 2/2] eventbridge-cloudwatch-cdk: Update README requirements --- eventbridge-cloudwatch-cdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventbridge-cloudwatch-cdk/README.md b/eventbridge-cloudwatch-cdk/README.md index 7919988c6..e648b4389 100644 --- a/eventbridge-cloudwatch-cdk/README.md +++ b/eventbridge-cloudwatch-cdk/README.md @@ -12,7 +12,7 @@ Important: this application uses various AWS services and there are costs associ * [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) installed and configured * [Git Installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) * [Node and NPM](https://nodejs.org/en/download/) installed -* [Python, pip, virtuenv](https://docs.aws.amazon.com/cdk/latest/guide/work-with-cdk-python.html) installed +* [Python 3.10+, pip, virtualenv](https://docs.aws.amazon.com/cdk/latest/guide/work-with-cdk-python.html) installed * [AWS Cloud Development Kit](https://docs.aws.amazon.com/cdk/latest/guide/cli.html) (AWS CDK) installed ## Deploy