From f2731668ed30ef88c93e4b51f6a72687829097af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:55:32 +0000 Subject: [PATCH] chore(deps): update ca2a-runtime requirement from >=0.1.0a1 to >=0.2.0 Updates the requirements on [ca2a-runtime](https://github.com/agentrust-io/ca2a) to permit the latest version. - [Release notes](https://github.com/agentrust-io/ca2a/releases) - [Changelog](https://github.com/agentrust-io/ca2a/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentrust-io/ca2a/compare/v0.1.0a1...v0.2.0) --- updated-dependencies: - dependency-name: ca2a-runtime dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ca2a-delegation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca2a-delegation/requirements.txt b/ca2a-delegation/requirements.txt index 2ca10f6..e9294be 100644 --- a/ca2a-delegation/requirements.txt +++ b/ca2a-delegation/requirements.txt @@ -1,3 +1,3 @@ # cA2A is in alpha, so this is a pre-release. Install with: # pip install --pre ca2a-runtime -ca2a-runtime>=0.1.0a1 +ca2a-runtime>=0.2.0