From 4c6d40fd4b429d3f57e22c4ed869e42fe331e90c Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 25 Feb 2026 19:20:18 +0800 Subject: [PATCH] Upgrade httpx_ws --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2dfb698e8..9b6012aaa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,4 +5,4 @@ pytest-asyncio==1.2.0; python_version == '3.9' # version 1.2.0 is the last one s pytest-asyncio==1.3.0; python_version >= '3.10' requests==2.32.5 httpx==0.28.1 -httpx_ws==0.7.1 # upgrading leads to failures in tests \ No newline at end of file +httpx_ws==0.7.2 # upgrading leads to failures in tests \ No newline at end of file