From 2e4d0e61efac852a3f4ae8f037961bf49f4ca5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:26:02 +0000 Subject: [PATCH] Bump pytest Bumps the pip group with 1 update in the /examples/adk_multi_agent directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.0.0 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/adk_multi_agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/adk_multi_agent/requirements.txt b/examples/adk_multi_agent/requirements.txt index 8640daa..119034e 100644 --- a/examples/adk_multi_agent/requirements.txt +++ b/examples/adk_multi_agent/requirements.txt @@ -1,3 +1,3 @@ -pytest==8.0.0 +pytest==9.0.3 pytest-asyncio==0.23.5 pytest-cov==4.1.0 \ No newline at end of file