From 4536d79be51a0b74ab6683ae778a802ad3c3b347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:28:52 +0000 Subject: [PATCH] chore(deps): bump mcp[cli] from 1.8.1 to 1.9.4 Bumps [mcp[cli]](https://github.com/modelcontextprotocol/python-sdk) from 1.8.1 to 1.9.4. - [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.8.1...v1.9.4) --- updated-dependencies: - dependency-name: mcp[cli] dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0773dea..6d1cc31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "saidsef" } ] dependencies = [ - "mcp[cli]==1.8.1", + "mcp[cli]==1.9.4", "requests==2.32.4" ] diff --git a/requirements.txt b/requirements.txt index 878ef6b..25c1910 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -i https://pypi.org/simple -mcp[cli]==1.8.1 +mcp[cli]==1.9.4 requests==2.32.4 uv==0.7.12