From b39e0735cdc3f3574e42c0ee6f6bdfeb11eab4be Mon Sep 17 00:00:00 2001 From: Dmitry Meyer Date: Wed, 1 Apr 2026 16:25:28 +0000 Subject: [PATCH] Tests: bump pytest-asyncio>=0.25.2 Fixes "coroutine method 'aclose' of was never awaited" warnings in pytest logs See: https://github.com/pytest-dev/pytest-asyncio/issues/759 See: https://github.com/pytest-dev/pytest-asyncio/pull/1034 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8192aad4e..33d463030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ filterwarnings = [ dev = [ "pre-commit>=4.2.0", "pytest~=8.0", - "pytest-asyncio>=0.23.8", + "pytest-asyncio>=0.25.2", "pytest-mock>=3.14.0", "pytest-httpbin>=2.1.0", "pytest-socket>=0.7.0",