From ae0d5dfd164f98b7fc811fc8ee360e4db0a4874a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Nov 2024 23:04:53 +0000 Subject: [PATCH] python: Update dependency websockets to v14 --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 0df2c681..1630612b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ authlib~=1.3 -websockets~=13.0 +websockets~=14.0 python-dotenv~=1.0 httpx[http2]~=0.27 build~=1.1