From 0288c8ede911606b00fc09565a679db3bf5dda91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:07:13 +0000 Subject: [PATCH] Update botocore requirement in /services/mcps/oap-aws-mcp Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/1.34.0...1.43.41) --- updated-dependencies: - dependency-name: botocore 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..7a65ae5ad 100644 --- a/services/mcps/oap-aws-mcp/requirements.txt +++ b/services/mcps/oap-aws-mcp/requirements.txt @@ -2,7 +2,7 @@ mcp>=1.27.0,<2.0.0 fastmcp>=3.2.0,<4.0.0 boto3>=1.34.0 -botocore>=1.34.0 +botocore>=1.43.41 python-dotenv>=1.0.0 httpx>=0.25.0 uvicorn>=0.30.0