From 9b225523e259147fd991f827ae0855174914eeb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:50:15 +0000 Subject: [PATCH] Update dependency pytest-asyncio to ^0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 652b723..5e2d497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ asynctest = "^0.13.0" bump2version = "^1.0.1" pre-commit = "^2.19.0" pytest = "^7.1.2" -pytest-asyncio = "^0.18.3" +pytest-asyncio = "^0.26.0" pytest-cov = "^3.0.0" pytest-mock = "^3.7.0"