From a246ee75b48f276d69bb53b0f1ca8dbeb8487104 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:12:12 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ~=1.3.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 30018d52..39452b5d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,5 +6,5 @@ ruff~=0.14.0 fastjsonschema~=2.21.2 pre-commit~=4.3.0 pytest-aiohttp~=1.0.5 -pytest-asyncio~=1.2.0 +pytest-asyncio~=1.3.0 pytest~=8.4.1