From 75cf39e440b96c1381949b27f46a37718aa7ce1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 23:15:14 +0000 Subject: [PATCH] chore(deps): bump the python-dad-jokes group Updates the requirements on [aws-cdk-aws-lambda-python-alpha](https://github.com/aws/aws-cdk) and [constructs](https://github.com/aws/constructs) to permit the latest version. Updates `aws-cdk-aws-lambda-python-alpha` from 2.248.0a0 to 2.252.0a0 - [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/commits) Updates `constructs` to 10.6.0 - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.0.0...v10.6.0) --- updated-dependencies: - dependency-name: aws-cdk-aws-lambda-python-alpha dependency-version: 2.252.0a0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dad-jokes - dependency-name: constructs dependency-version: 10.6.0 dependency-type: direct:production dependency-group: python-dad-jokes ... Signed-off-by: dependabot[bot] --- examples/servers/dad-jokes/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/servers/dad-jokes/requirements.txt b/examples/servers/dad-jokes/requirements.txt index 3eb45783..57404ba0 100644 --- a/examples/servers/dad-jokes/requirements.txt +++ b/examples/servers/dad-jokes/requirements.txt @@ -1,4 +1,4 @@ aws-cdk-lib==2.252.0 -aws-cdk.aws-lambda-python-alpha==2.248.0a0 -constructs>=10.0.0,<11.0.0 +aws-cdk.aws-lambda-python-alpha==2.252.0a0 +constructs>=10.6.0,<11.0.0 cdk-nag==2.38.2