diff --git a/requirements.txt b/requirements.txt index 3f64bb5..ff96265 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # production -uvicorn==0.14.0 +uvicorn==0.17.6 kua==0.2 werkzeug==1.0.1 diff --git a/setup.py b/setup.py index cbcd240..1fc6388 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ PACKAGE_VERSION = '0.6.3' PACKAGE_REQUIRES = [ - 'uvicorn==0.14.0', + 'uvicorn==0.17.6', 'kua==0.2', 'werkzeug==1.0.1', ]