From ba5161d378a5c58f0af93cc9efe916882a8d1ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:22:45 +0000 Subject: [PATCH] chore(deps-dev): Bump the python-dependencies group across 1 directory with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [mcp](https://github.com/modelcontextprotocol/python-sdk) and [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `ruff` to 0.16.5 - [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.3...0.16.5) Updates `mcp` to 2.1.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/v2.0.0...v2.1.1) Updates `cryptography` to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: cryptography dependency-version: 50.0.1 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 f238bff..9ffad77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ # the successor of 1.x FastMCP); capped <3.0.0 against the next breaking major. # cryptography comes transitively via mcp's auth stack; floored to the release # that fixes GHSA-g6cj-pr64-35w5 (PKCS#7 Bleichenbacher oracle). -mcp = ["mcp>=2.0.0,<3.0.0", "cryptography>=50.0.0"] +mcp = ["mcp>=2.1.1,<3.0.0", "cryptography>=50.0.1"] [project.scripts] dope-plot = "dope_plot.cli:main" @@ -58,7 +58,7 @@ include = [ ] [tool.poetry.group.dev.dependencies] -ruff = "^0.16.3" +ruff = "^0.16.5" pytest = "^9.1.1" [tool.ruff]