From 710f82de0f6a2dfae14442da36ca538f9ee2cf97 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 1 Jun 2021 17:59:18 +0300 Subject: [PATCH] Up uvicorn to 0.14 & click to 8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a520931c..362d928a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ home_requirements = [ "aiofiles==0.7.*", "ajsonrpc==1.1.*", "starlette==0.14.*", - "uvicorn==0.13.*", + "uvicorn==0.14.*", "wsproto==1.0.*", ]