From 6801e00d60b9820ca4f76c42d3ba70c52c4e5253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:30:25 +0000 Subject: [PATCH] chore(deps-dev): Update agentrust-trace-tests requirement Updates the requirements on [agentrust-trace-tests](https://github.com/agentrust-io/trace-tests) to permit the latest version. - [Release notes](https://github.com/agentrust-io/trace-tests/releases) - [Changelog](https://github.com/agentrust-io/trace-tests/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentrust-io/trace-tests/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: agentrust-trace-tests dependency-version: 0.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f754c14..203078d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "bandit[toml]>=1.7", "pip-audit>=2.6", # Conformance suite: asserts emitted records pass the TRACE Level checks. - "agentrust-trace-tests>=0.4,<0.5", + "agentrust-trace-tests>=0.4,<0.6", # So tests/unit/test_a2a_sdk_bridge.py runs in CI rather than skipping. A # bridge whose tests only ever skip is a bridge nobody has exercised. "a2a-sdk>=1.1,<2",