From c613fe5c01d430cada16f3978f9acdb7e8dbc0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:37:19 +0000 Subject: [PATCH] Update pytest-asyncio requirement from >=1.1.0 to >=1.2.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.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.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 2e24bc5..f5b87cc 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -3,7 +3,7 @@ pytest>=6.0 pytest-cov mypy==1.19.1 psutil>=7.0.0 -pytest-asyncio>=1.1.0 +pytest-asyncio>=1.2.0 openai>=1.97.1 langchain>=0.3.27 langchain-core>=0.3.72