From b6388cffe7c738bdc594f87c5e64b288f614428e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:24:21 +0000 Subject: [PATCH] build(deps): update agentrust-trace requirement from >=0.5.1 to >=0.9.0 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.1...v0.9.0) --- updated-dependencies: - dependency-name: agentrust-trace dependency-version: 0.9.0 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 021e601..297a721 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.10.0 -agentrust-trace>=0.5.1 +agentrust-trace>=0.9.0 agentrust-trace-tests>=0.4.1,<0.5 diff --git a/scheduled-agents/requirements.txt b/scheduled-agents/requirements.txt index 43bae24..5d02610 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.1 +agentrust-trace>=0.9.0 agentrust-trace-tests>=0.4.1,<0.5