From 6b6b7d65809651cecf626c1c34bc87107618df8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:14:36 +0000 Subject: [PATCH] chore(deps-dev): Bump the python-dependencies group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `ruff` to 0.16.1 - [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.16.0...0.16.1) 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) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cee2a5..ce7cbf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ # pydantic-settings, cryptography). Capped <2.0.0: mcp 2.0 removed the vendored # mcp.server.fastmcp, which mcp_server.py builds on — a 2.0 migration is a # separate, deliberate change, not a Dependabot floor bump. -mcp = ["mcp>=1.28.1,<2.0.0"] +mcp = ["mcp>=2.0.0,<3.0.0"] [project.scripts] dope-plot = "dope_plot.cli:main" @@ -58,7 +58,7 @@ include = [ ] [tool.poetry.group.dev.dependencies] -ruff = "^0.16.0" +ruff = "^0.16.1" pytest = "^9.1.1" [tool.ruff]