From d8a398c20c9ebe0eb61a0ca4fdcda1f030a44cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:08:21 +0000 Subject: [PATCH] chore(deps): bump aws-cdk-lib in /examples/deadline/Local-Zone/python Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.168.0 to 2.253.0. - [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.168.0...v2.253.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.253.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/deadline/Local-Zone/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deadline/Local-Zone/python/setup.py b/examples/deadline/Local-Zone/python/setup.py index 8f013d0b8..5cf85c749 100644 --- a/examples/deadline/Local-Zone/python/setup.py +++ b/examples/deadline/Local-Zone/python/setup.py @@ -17,7 +17,7 @@ packages=setuptools.find_packages(where="package"), install_requires=[ - "aws-cdk-lib==2.168.0", + "aws-cdk-lib==2.253.0", "aws-rfdk==1.6.0" ],