diff --git a/requirements.txt b/requirements.txt index 3014b3e..be440a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # production uvicorn==0.14.0 kua==0.2 -werkzeug==1.0.1 +werkzeug==2.2.2 # dev pytest==6.2.4 diff --git a/setup.py b/setup.py index cbcd240..0a88b7e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ PACKAGE_REQUIRES = [ 'uvicorn==0.14.0', 'kua==0.2', - 'werkzeug==1.0.1', + 'werkzeug==2.2.2', ] DEVELOPMENT_STATUS = '5 - Production/Stable'