diff --git a/webhook/requirements-dev.txt b/webhook/requirements-dev.txt index 40c7047..83c43ad 100644 --- a/webhook/requirements-dev.txt +++ b/webhook/requirements-dev.txt @@ -53,7 +53,7 @@ rfc3986==1.4.0 rsa==4.6 six==1.15.0 sniffio==1.1.0 -starlette==0.13.4 +starlette==0.49.1 toml==0.10.1 urllib3==1.25.9 uvicorn==0.11.7 diff --git a/webhook/requirements.txt b/webhook/requirements.txt index cb1ae4c..741ed9a 100644 --- a/webhook/requirements.txt +++ b/webhook/requirements.txt @@ -8,7 +8,7 @@ h11==0.9.0 httptools==0.1.1 pydantic==1.6 PyJWT==1.7.1 -starlette==0.13.4 +starlette==0.49.1 uvicorn==0.11.7 uvloop==0.14.0 websockets==8.1