From b728a06a6d7d50d7134051c7f342cd6228d5b889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:41:46 +0000 Subject: [PATCH] build(deps): update agent-manifest requirement from >=0.7.0 to >=0.10.0 Updates the requirements on [agent-manifest](https://github.com/agentrust-io/agent-manifest) to permit the latest version. - [Release notes](https://github.com/agentrust-io/agent-manifest/releases) - [Changelog](https://github.com/agentrust-io/agent-manifest/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentrust-io/agent-manifest/compare/python-v0.7.0...python-v0.10.0) --- updated-dependencies: - dependency-name: agent-manifest dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- claude-code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-code/requirements.txt b/claude-code/requirements.txt index 3134cf0..39d7eba 100644 --- a/claude-code/requirements.txt +++ b/claude-code/requirements.txt @@ -9,6 +9,6 @@ agentrust-capture-core>=0.1,<0.2 # These are required only to generate SIGNED records (/trace, /manifest approve # --sign): the Agent Manifest and the TRACE Trust Record. Verified against the # PyPI releases below in a clean virtualenv. -agent-manifest>=0.7.0 +agent-manifest>=0.10.0 agentrust-trace>=0.5.1 agentrust-trace-tests>=0.4,<0.5