From 5018d5d04ede16b9d0c087224f9d90508f7cb462 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 10 Nov 2025 12:00:25 +0100 Subject: [PATCH] Bump pytest-asyncio to 1.2.0 (#6301) --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index f11a7ad75..1d25aa2cd 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -4,7 +4,7 @@ mypy==1.18.2 pre-commit==4.4.0 pylint==4.0.2 pytest-aiohttp==1.1.0 -pytest-asyncio==0.25.2 +pytest-asyncio==1.2.0 pytest-cov==7.0.0 pytest-timeout==2.4.0 pytest==8.4.2