From 445f3a05d1b77d3fdc504882dfc3f8750bea3b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:19:45 +0000 Subject: [PATCH] chore(deps): bump boto3 in /examples/chatbots/python Bumps [boto3](https://github.com/boto/boto3) from 1.39.8 to 1.40.15. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.39.8...1.40.15) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.15 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/chatbots/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chatbots/python/requirements.txt b/examples/chatbots/python/requirements.txt index c11b1475..7833e951 100644 --- a/examples/chatbots/python/requirements.txt +++ b/examples/chatbots/python/requirements.txt @@ -1,5 +1,5 @@ aiobotocore[boto3]==2.23.2 -boto3==1.39.8 +boto3==1.40.15 mcp==1.12.3 uvicorn==0.35.0