From 9c499bf13370b7d5f8ca3f60b15e04b315efd03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:41:48 +0000 Subject: [PATCH] chore(deps): bump aws-cdk-lib in /examples/servers/mcpdoc Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.202.0 to 2.203.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.202.0...v2.203.0) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.203.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/servers/mcpdoc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/servers/mcpdoc/requirements.txt b/examples/servers/mcpdoc/requirements.txt index 8ad806e3..60932825 100644 --- a/examples/servers/mcpdoc/requirements.txt +++ b/examples/servers/mcpdoc/requirements.txt @@ -1,4 +1,4 @@ -aws-cdk-lib==2.202.0 +aws-cdk-lib==2.203.0 aws-cdk.aws-lambda-python-alpha==2.202.0a0 constructs>=10.0.0,<11.0.0 cdk-nag==2.36.27