From b887c30b9d17b17fd3fdd92eb6671ee19028d4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:25:27 +0000 Subject: [PATCH] build(deps): bump the pip group Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `mcp` to 2.0.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.28.1...v2.0.0) Updates `ruff` to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.16.0) Updates `pre-commit` to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: pip - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- ai_tools/elasticgraph-mcp-server/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai_tools/elasticgraph-mcp-server/pyproject.toml b/ai_tools/elasticgraph-mcp-server/pyproject.toml index 9e0214820..06ed91804 100644 --- a/ai_tools/elasticgraph-mcp-server/pyproject.toml +++ b/ai_tools/elasticgraph-mcp-server/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "httpx~=0.28.1", - "mcp[cli]~=1.28.1", + "mcp[cli]~=2.0.0", "packaging~=26.2", ] @@ -39,10 +39,10 @@ packages = ["src/elasticgraph_mcp"] [dependency-groups] dev = [ - "ruff~=0.15.20", + "ruff~=0.16.0", "pytest~=9.1.1", "pytest-cov~=7.1.0", - "pre-commit~=4.6.0", + "pre-commit~=4.6.1", "pytest-asyncio~=1.4.0", ]