From 581ae991b0f2a1852d3891b8b9205bea59005cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:42:10 +0000 Subject: [PATCH] Update aws-cdk-lib requirement from <2.190,>=2.0.0 to >=2.0.0,<2.191 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.190.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.190.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 57a67e5..250652a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ ] dependencies = [ "autogluon.common >=1, <2", - "aws-cdk-lib >=2.0.0,<2.190", + "aws-cdk-lib >=2.0.0,<2.191", "awscliv2 >=2.2,<2.4", "boto3 >=1.26.0,<2", "constructs >=10.0.0,<10.5",