From e99b2c7cb09f77a3946612bb6feafee896f1c6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:27:53 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reference-apps/shared/test-suite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/shared/test-suite/requirements.txt b/reference-apps/shared/test-suite/requirements.txt index d67cbc2..da61366 100644 --- a/reference-apps/shared/test-suite/requirements.txt +++ b/reference-apps/shared/test-suite/requirements.txt @@ -2,7 +2,7 @@ # Testing framework pytest>=7.4.0 -pytest-asyncio>=0.21.0 +pytest-asyncio>=1.3.0 pytest-timeout>=2.1.0 # HTTP client for testing