From 4cff98000fb1dbd084dfabc5c47bd20aef80520f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:36:31 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement from >=1.0.0 to >=1.3.0 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/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 33d56d2a..37028ad3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,7 +3,7 @@ coverage ==7.13.* cryptography==46.0.6 mosaicml-streaming==0.13.0 pytest ==9.0.* -pytest-asyncio>=1.0.0 +pytest-asyncio>=1.3.0 pytest-cov ==7.1.0 pytest-timeout ==2.4.0 pytest-rerunfailures ==16.1