From c4c11dd07c0961f6f45dc00504b47772cd084844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 10:55:56 +0000 Subject: [PATCH] chore(deps): update weight-custody-manifest requirement Updates the requirements on [weight-custody-manifest](https://github.com/agentrust-io/weight-custody-manifest) to permit the latest version. - [Release notes](https://github.com/agentrust-io/weight-custody-manifest/releases) - [Changelog](https://github.com/agentrust-io/weight-custody-manifest/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentrust-io/weight-custody-manifest/compare/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: weight-custody-manifest dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- weight-custody-manifest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weight-custody-manifest/requirements.txt b/weight-custody-manifest/requirements.txt index 09d90ee..1cf08fa 100644 --- a/weight-custody-manifest/requirements.txt +++ b/weight-custody-manifest/requirements.txt @@ -1,4 +1,4 @@ # The Weight Custody Manifest reference SDK, from PyPI. # Covers the offline examples. provenance_model_signing.py additionally needs the # [model-signing] extra: pip install "weight-custody-manifest[model-signing]". -weight-custody-manifest>=0.28.0 +weight-custody-manifest>=0.28.1