From 8872600e6cd282e2ecab31c6951ccf02e9fed4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:38:36 +0000 Subject: [PATCH] build(deps): bump agentrust-trace in /integrations/ramen-ai-cmcp Bumps [agentrust-trace](https://github.com/agentrust-io/trace-spec) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/agentrust-io/trace-spec/releases) - [Changelog](https://github.com/agentrust-io/trace-spec/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentrust-io/trace-spec/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: agentrust-trace dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integrations/ramen-ai-cmcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/ramen-ai-cmcp/pyproject.toml b/integrations/ramen-ai-cmcp/pyproject.toml index 275a2b4..42f4d00 100644 --- a/integrations/ramen-ai-cmcp/pyproject.toml +++ b/integrations/ramen-ai-cmcp/pyproject.toml @@ -9,7 +9,7 @@ description = "ramen-ai cMCP policy adapter and signed TRACE v0.2 Trust Record m requires-python = ">=3.11" license = "MIT" dependencies = [ - "agentrust-trace==0.9.0", + "agentrust-trace==0.10.0", "cryptography==50.0.1", ]