From e86883eed8facc47cc4dee72cb5ee47146de4b46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:20:44 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ~=0.26.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a5bc2a4a..3ef3aabc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,5 +6,5 @@ ruff~=0.12.0 fastjsonschema~=2.21.2 pre-commit~=4.3.0 pytest-aiohttp~=1.0.5 -pytest-asyncio~=0.23.6 +pytest-asyncio~=0.26.0 pytest~=8.4.1