From ff5e4dcc3b6ac61cb0d21b900853849e9467b1da Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sat, 8 Mar 2025 14:22:02 +0100 Subject: [PATCH] drop websockets bump --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc6d9a1d6..9c781ab62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ h11 @ git+https://github.com/python-hyper/h11.git@master # Explicit optionals a2wsgi==1.10.8 wsproto==1.2.0 -websockets==15.0 +websockets==13.1 # Packaging build==1.2.2.post1