From 2b4546d81637eafde15b68bd33e35fbb481ab4f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:43:20 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 275f68c9..c00c905a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ ] test = [ "pytest==8.3.4", - "pytest-asyncio==0.23.8", + "pytest-asyncio==0.26.0", "pytest-cov==5.0.0", "six==1.17.0", ]