From db6125557ec24609b19034268955eec202da2474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:37:25 +0000 Subject: [PATCH] chore(deps): bump mcp from 1.17.0 to 1.20.0 in /e2e_tests/python Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.17.0 to 1.20.0. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.17.0...v1.20.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e_tests/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests/python/requirements.txt b/e2e_tests/python/requirements.txt index 4686d0f9..fffb7b34 100644 --- a/e2e_tests/python/requirements.txt +++ b/e2e_tests/python/requirements.txt @@ -1,5 +1,5 @@ aiobotocore[boto3]==2.25.1 -mcp==1.17.0 +mcp==1.20.0 uvicorn==0.38.0 # For testing, this module is installed from local files.