From 0076914a9c293414cb0f05f903c5681269e46bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:07:41 +0000 Subject: [PATCH] Update boto3 requirement in /services/mcps/oap-aws-mcp 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.34.0...1.43.41) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/mcps/oap-aws-mcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcps/oap-aws-mcp/requirements.txt b/services/mcps/oap-aws-mcp/requirements.txt index e3619e792..b571b1858 100644 --- a/services/mcps/oap-aws-mcp/requirements.txt +++ b/services/mcps/oap-aws-mcp/requirements.txt @@ -1,7 +1,7 @@ # Phase 1.6 standardization: pin to current stable. mcp>=1.27.0,<2.0.0 fastmcp>=3.2.0,<4.0.0 -boto3>=1.34.0 +boto3>=1.43.41 botocore>=1.34.0 python-dotenv>=1.0.0 httpx>=0.25.0