From 2acedd10ac905c282a2bb3c9b14301bd94cecf0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:05:34 +0000 Subject: [PATCH] Bump mcp from 1.6.0 to 1.23.0 in /portal-tools Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.6.0 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.6.0...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- portal-tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-tools/requirements.txt b/portal-tools/requirements.txt index fad801f..f205446 100644 --- a/portal-tools/requirements.txt +++ b/portal-tools/requirements.txt @@ -67,7 +67,7 @@ markupsafe==3.0.2 # via # jinja2 # werkzeug -mcp==1.6.0 +mcp==1.23.0 # via portal-tools (pyproject.toml) mdurl==0.1.2 # via markdown-it-py