From 2c221d2e0821ce7f66153bbad934f970e9cbd24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:23:51 +0000 Subject: [PATCH] Bump mcp from 1.28.0 to 1.28.1 in /mcp in the all group Bumps the all group in /mcp with 1 update: [mcp](https://github.com/modelcontextprotocol/python-sdk). Updates `mcp` from 1.28.0 to 1.28.1 - [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.28.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/pyproject.toml b/mcp/pyproject.toml index c6b7476..83233dc 100644 --- a/mcp/pyproject.toml +++ b/mcp/pyproject.toml @@ -11,7 +11,7 @@ name = "webres6-mcp" version = "1.7.2" requires-python = ">=3.11" dependencies = [ - "mcp[cli]==1.28.0", + "mcp[cli]==1.28.1", "httpx==0.28.1", "hishel[httpx,async]==1.3.0", ]