From 5108f5141b287213245b7111e81fec946bbd7d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:51:27 +0000 Subject: [PATCH] chore(deps): bump aiobotocore[boto3] in /examples/chatbots/python Bumps [aiobotocore[boto3]](https://github.com/aio-libs/aiobotocore) from 2.23.1 to 2.23.2. - [Release notes](https://github.com/aio-libs/aiobotocore/releases) - [Changelog](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiobotocore/compare/2.23.1...2.23.2) --- updated-dependencies: - dependency-name: aiobotocore[boto3] dependency-version: 2.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 9a13a516..9d989c87 100644 --- a/examples/chatbots/python/requirements.txt +++ b/examples/chatbots/python/requirements.txt @@ -1,4 +1,4 @@ -aiobotocore[boto3]==2.23.1 +aiobotocore[boto3]==2.23.2 boto3==1.38.40 mcp==1.12.1 uvicorn==0.35.0