From 5479bd28efdf397a499991e070f6ebcca6444d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:35:43 +0000 Subject: [PATCH] build(deps): update agentrust-trace requirement from >=0.5 to >=0.5.1 Updates the requirements on [agentrust-trace](https://github.com/agentrust-io/trace-spec) to permit the latest version. - [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.5.0...v0.5.1) --- updated-dependencies: - dependency-name: agentrust-trace dependency-version: 0.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- claude-code/requirements.txt | 2 +- scheduled-agents/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/claude-code/requirements.txt b/claude-code/requirements.txt index e2d6936..3134cf0 100644 --- a/claude-code/requirements.txt +++ b/claude-code/requirements.txt @@ -10,5 +10,5 @@ agentrust-capture-core>=0.1,<0.2 # --sign): the Agent Manifest and the TRACE Trust Record. Verified against the # PyPI releases below in a clean virtualenv. agent-manifest>=0.7.0 -agentrust-trace>=0.5 +agentrust-trace>=0.5.1 agentrust-trace-tests>=0.4,<0.5 diff --git a/scheduled-agents/requirements.txt b/scheduled-agents/requirements.txt index 2323e62..54702b7 100644 --- a/scheduled-agents/requirements.txt +++ b/scheduled-agents/requirements.txt @@ -8,5 +8,5 @@ agentrust-capture-core>=0.1,<0.2 # # Required only to sign a TRACE record (/schedule-trace, /schedule-manifest # approve --sign). Verified against the PyPI releases below in a clean virtualenv. -agentrust-trace>=0.5 +agentrust-trace>=0.5.1 agentrust-trace-tests>=0.4,<0.5