From a7b244502e758e8959cdae5bcff61862874bbafb Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sat, 18 Apr 2026 21:52:32 +0200 Subject: [PATCH] fix: bump pytest-asyncio to 1.3.0 (first version supporting pytest 9) --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 48ec18f..3bd01ad 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,5 +22,5 @@ zeroconf==0.131.0 ruff==0.6.9 mypy==1.11.2 pytest==9.0.3 -pytest-asyncio==1.0.0 +pytest-asyncio==1.3.0 pytest-cov==5.0.0