From 490cb5d2776fca9d68a2b8ba521577334ada12a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:20:45 +0000 Subject: [PATCH] Update aws-cdk-lib requirement from <2.179,>=2.0.0 to >=2.0.0,<2.183 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.0.0...v2.182.0) --- updated-dependencies: - dependency-name: aws-cdk-lib 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 4aac1e56..abba2a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ ] dependencies = [ "autogluon.common >=1, <2", - "aws-cdk-lib >=2.0.0,<2.179", + "aws-cdk-lib >=2.0.0,<2.183", "awscliv2 >=2.2,<2.4", "boto3 >=1.26.0,<2", "constructs >=10.0.0,<10.5",