diff --git a/requirements.txt b/requirements.txt index 4dfbf7b..8c3d271 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # production uvicorn==0.13.4 kua==0.2 -werkzeug==1.0.1 +werkzeug==2.0.0 # dev pytest==6.2.4 diff --git a/setup.py b/setup.py index 00aea21..69806ab 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ PACKAGE_REQUIRES = [ 'uvicorn==0.13.4', 'kua==0.2', - 'werkzeug==1.0.1', + 'werkzeug==2.0.0', ] DEVELOPMENT_STATUS = '5 - Production/Stable'