From 400fa1da3f7d8ee4cdcd94c3ff27cd2d6b32649a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:31:07 +0000 Subject: [PATCH] Update aws-cdk-lib requirement from <2.205,>=2.0.0 to >=2.0.0,<2.229 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.alpha.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.0.0...v2.228.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.228.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e034aa2..30e542d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ ] dependencies = [ "autogluon.common >=1, <2", - "aws-cdk-lib >=2.0.0,<2.205", + "aws-cdk-lib >=2.0.0,<2.229", "awscliv2 >=2.2,<2.4", "boto3 >=1.26.0,<2", "constructs >=10.0.0,<10.5",