From 00ae3f68bf84d451fb66c61764ffd80c999fbc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:28:45 +0000 Subject: [PATCH] chore(deps): bump aiobotocore[boto3] in /examples/chatbots/python Bumps [aiobotocore[boto3]](https://github.com/aio-libs/aiobotocore) from 2.22.0 to 2.23.0. - [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.22.0...2.23.0) --- updated-dependencies: - dependency-name: aiobotocore[boto3] dependency-version: 2.23.0 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 05d5aa2..d90ec83 100644 --- a/examples/chatbots/python/requirements.txt +++ b/examples/chatbots/python/requirements.txt @@ -1,4 +1,4 @@ -aiobotocore[boto3]==2.22.0 +aiobotocore[boto3]==2.23.0 mcp==1.9.2 uvicorn==0.34.2