From 45348777bff66c9fbe31a2a9ddd8ec93c5e6dbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:58:54 +0000 Subject: [PATCH] chore(deps): update agent-manifest requirement from >=0.1.1 to >=0.2.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.1.1...python-v0.2.0) --- updated-dependencies: - dependency-name: agent-manifest dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- industrial-embodied-ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industrial-embodied-ai/requirements.txt b/industrial-embodied-ai/requirements.txt index e82f887..6fe7d03 100644 --- a/industrial-embodied-ai/requirements.txt +++ b/industrial-embodied-ai/requirements.txt @@ -1,5 +1,5 @@ agentrust-trace>=0.3.0 -agent-manifest>=0.1.1 +agent-manifest>=0.2.0 cmcp-runtime>=0.3.0 cedarpy==4.8.4 httpx>=0.27,<1