From 4b4f9f64175a3d6ab6d09f4610e008a0b150057d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:08:08 +0000 Subject: [PATCH] build(deps): update agent-manifest requirement from >=0.10.0 to >=0.11.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.10.0...python-v0.11.0) --- updated-dependencies: - dependency-name: agent-manifest dependency-version: 0.10.1 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 297a721..45a9558 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.10.0 +agent-manifest>=0.11.0 agentrust-trace>=0.9.0 agentrust-trace-tests>=0.4.1,<0.5