From a9f447a04483d6629c68cc35af4d1d0bd8703a95 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 26 May 2025 07:46:54 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e5a3ec3..c4153276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ "black[jupyter]==25.1.0", "isort==6.0.1", "mypy==1.15.0", - "pytest-asyncio==0.26.0", + "pytest-asyncio==1.0.0", "pytest==8.3.5", "pytest-cov==6.1.1", "langchain-tests==0.3.19",