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