From 8c31b2fc1c0658910c109da1f1f34c5e1bfb217a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 16:18:42 +0000 Subject: [PATCH] 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 b8f25762..fc2180c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ test = [ "pre-commit<5", "Pyjwt~=2.10.0", "pytest>=8.2,<9", - "pytest-asyncio~=0.23", + "pytest-asyncio~=1.0", "pytest-cov>=6.1,<7", "pytest-mock>=3.12,<3.15", "pytest-randomly==3.*",