fix: bump pytest-asyncio to 1.0.0 for pytest 9 compatibility

pytest-asyncio 0.26.0 requires pytest<9; 1.0.0 supports pytest 9.x
This commit is contained in:
Pouzor
2026-04-18 21:45:10 +02:00
parent 12f46715c1
commit 72d5a51b44
+1 -1
View File
@@ -22,5 +22,5 @@ zeroconf==0.131.0
ruff==0.6.9 ruff==0.6.9
mypy==1.11.2 mypy==1.11.2
pytest==9.0.3 pytest==9.0.3
pytest-asyncio==0.26.0 pytest-asyncio==1.0.0
pytest-cov==5.0.0 pytest-cov==5.0.0