From 5f3978c57c91a538f9b57ff1e247c0d0f415c810 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 2 Jun 2026 18:07:41 +0200 Subject: [PATCH] Upgrade pytest-asyncio to v1.4.0 --- dev-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8be7e2fb7..bc2aa8404 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,6 @@ pytest==9.0.3 # fix CVE-2025-71176; Python 3.10+ required flake8==7.3.0 pytest-timeout==2.4.0 -pytest-asyncio==1.2.0; python_version == '3.9' # version 1.2.0 is the last one supporting Python 3.9 -pytest-asyncio==1.3.0; python_version >= '3.10' +pytest-asyncio==1.4.0 httpx==0.28.1 httpx_ws==0.7.2 # upgrading leads to failures in tests \ No newline at end of file