From d511b8786bd3e838529d6a82b81155ae33f0698b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 26 May 2025 07:47:19 +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 0b90e5e..7eefe1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ test = [ "black[jupyter]==24.8.0", "isort==5.13.2", "mypy==1.11.1", - "pytest-asyncio==0.23.8", + "pytest-asyncio==1.0.0", "pytest==8.3.2", "pytest-cov==5.0.0" ]