From 36698b105c0942514702761e5cee31050f3ed8ad Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 22 Aug 2024 11:53:29 +0300 Subject: [PATCH] Update dependency pytest-asyncio to v0.24.0 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 48b6d2c..ec4b100 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ build==1.2.1 isort==5.13.2 mypy==1.11.1 pylint==3.2.6 -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 pytest-cov==5.0.0 pytest==8.3.2 tox==4.18.0 -- 2.39.2