From 2ec9187100a292d41a8a4ce14d7276026bf12c04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:12:22 +0000 Subject: [PATCH] Update dependency websocket-client to ~=1.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f053cc4..e813c1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ uvicorn~=0.23.2 python-dotenv~=1.0.0 fastapi~=0.109.0 starlette~=0.35.1 -websocket-client~=1.6.1 +websocket-client~=1.9.0 apscheduler~=3.10.1 pillow~=9.5.0 sentry-sdk[fastapi]~=1.39.2