diff --git a/apps/app_sdk/app_sdk/requirements.txt b/apps/app_sdk/app_sdk/requirements.txt index 2e7c03f..86f4f3c 100644 --- a/apps/app_sdk/app_sdk/requirements.txt +++ b/apps/app_sdk/app_sdk/requirements.txt @@ -26,7 +26,7 @@ urllib3==1.25.7 uvicorn==0.11.1 uvloop==0.14.0 vine==1.3.0 -websockets==8.1 +websockets==9.1 yarl==1.4.2 zipp==0.6.0 git+https://github.com/safchain/asyncio-ari-ast-id.git \ No newline at end of file diff --git a/apps/app_sdk/setup.py b/apps/app_sdk/setup.py index cfaa401..f604cad 100644 --- a/apps/app_sdk/setup.py +++ b/apps/app_sdk/setup.py @@ -36,7 +36,7 @@ "uvicorn==0.11.1", "uvloop==0.14.0", "vine==1.3.0", - "websockets==8.1", + "websockets==9.1", "yarl==1.4.2", "zipp==0.6.0" ],