From ac029f406514e44b1796a71ee95fe1ab74fc7f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:11:41 +0000 Subject: [PATCH] build(deps): bump click in /control_plane_v0026_r1/mcp_controller_server Bumps [click](https://github.com/pallets/click) from 8.2.1 to 8.5.0. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.2.1...8.5.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- control_plane_v0026_r1/mcp_controller_server/pyproject.toml | 2 +- control_plane_v0026_r1/mcp_controller_server/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/control_plane_v0026_r1/mcp_controller_server/pyproject.toml b/control_plane_v0026_r1/mcp_controller_server/pyproject.toml index 1dcb31d..c426115 100644 --- a/control_plane_v0026_r1/mcp_controller_server/pyproject.toml +++ b/control_plane_v0026_r1/mcp_controller_server/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "MCP-to-MQTT control, monitoring and orchestration boundary" requires-python = ">=3.12" dependencies = [ - "click==8.2.1", + "click==8.5.0", "h11==0.16.0", "uvicorn==0.51.0", ] diff --git a/control_plane_v0026_r1/mcp_controller_server/requirements.txt b/control_plane_v0026_r1/mcp_controller_server/requirements.txt index f97ae79..056a42f 100644 --- a/control_plane_v0026_r1/mcp_controller_server/requirements.txt +++ b/control_plane_v0026_r1/mcp_controller_server/requirements.txt @@ -1,3 +1,3 @@ -click==8.2.1 +click==8.5.0 h11==0.16.0 uvicorn==0.51.0