From f82b261b21ac796af630968661cd576399f17e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 03:08:38 +0000 Subject: [PATCH] Update aws-cdk-aws-codebuild requirement from ~=1.164 to ~=1.204 in /cli Updates the requirements on [aws-cdk-aws-codebuild](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.alpha.md) - [Commits](https://github.com/aws/aws-cdk/compare/v1.164.0...v1.204.0) --- updated-dependencies: - dependency-name: aws-cdk-aws-codebuild dependency-version: 1.204.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index 9342f84a6b..7670c79fa4 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,6 +1,6 @@ aws-cdk.aws-batch~=1.164 aws-cdk.aws-cloudformation~=1.164 -aws-cdk.aws-codebuild~=1.164 +aws-cdk.aws-codebuild~=1.204 aws-cdk.aws-dynamodb~=1.164 aws-cdk.aws-ec2~=1.164 aws-cdk.aws-efs~=1.164