From 9f678696cd532866a240e45928b02eeb6ba82e88 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 12 Sep 2025 11:19:35 +0300 Subject: [PATCH] Update dependency pytest-asyncio to v1.2.0 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a4e7ed4..13b026f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ build==1.3.0 isort==5.13.2 mypy==1.17.1 pylint==3.3.8 -pytest-asyncio==1.1.0 +pytest-asyncio==1.2.0 pytest-cov==7.0.0 pytest==8.4.2 tox==4.30.2 -- 2.39.5