diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 752e10c..53a304b 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -51,5 +51,5 @@ urllib3==1.25.10 uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5 -websockets==8.1 +websockets==9.1 zipp==3.1.0 diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index a0074dc..b5da8f9 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -26,4 +26,4 @@ transformers==3.0.2 urllib3==1.25.10 uvicorn==0.11.7 uvloop==0.14.0 -websockets==8.1 +websockets==9.1