From 70f97a56046beb8306a3bb56ed3f6cd27cd956e6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 12 Sep 2025 10:16:34 +0300 Subject: [PATCH] Update dependency pytest-asyncio to v1.1.1 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a4e7ed4..a6158f5 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.1.1 pytest-cov==7.0.0 pytest==8.4.2 tox==4.30.2