From f68f84dbcd8e69d91c10aecdc8ce6e7dc8fcd5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 23:38:01 +0000 Subject: [PATCH] Update boto3 requirement in /examples/chatbot Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.36.20...1.37.23) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chatbot/requirements.txt b/examples/chatbot/requirements.txt index 2cea37b5..c40ba7d6 100644 --- a/examples/chatbot/requirements.txt +++ b/examples/chatbot/requirements.txt @@ -1,4 +1,4 @@ -boto3>=1.36.20,<1.37.21 +boto3>=1.36.20,<1.37.24 mcp>=1.0.0 uvicorn>=0.32.1