From d13aada16290ef5958ba2fa70d73c4de739865fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:57:53 +0000 Subject: [PATCH] Bump mcp in /docs/recipes/automation/tp-setup/bootstrap Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.13.1 to 1.23.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.13.1...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/recipes/automation/tp-setup/bootstrap/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/automation/tp-setup/bootstrap/requirements.txt b/docs/recipes/automation/tp-setup/bootstrap/requirements.txt index 6e45d40..b63eb31 100644 --- a/docs/recipes/automation/tp-setup/bootstrap/requirements.txt +++ b/docs/recipes/automation/tp-setup/bootstrap/requirements.txt @@ -116,7 +116,7 @@ markupsafe==3.0.2 # flask # jinja2 # werkzeug -mcp==1.13.1 +mcp==1.23.0 # via fastmcp mdurl==0.1.2 # via markdown-it-py