diff --git a/requirements.txt b/requirements.txt index 698d830..5e6086a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # production -uvicorn==0.14.0 +uvicorn==0.19.0 kua==0.2 werkzeug==1.0.1 diff --git a/setup.py b/setup.py index cbcd240..1532a56 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ PACKAGE_VERSION = '0.6.3' PACKAGE_REQUIRES = [ - 'uvicorn==0.14.0', + 'uvicorn==0.19.0', 'kua==0.2', 'werkzeug==1.0.1', ]