diff --git a/applications/accounts-api/backend/requirements.txt b/applications/accounts-api/backend/requirements.txt index 48f68e588..f9289e172 100644 --- a/applications/accounts-api/backend/requirements.txt +++ b/applications/accounts-api/backend/requirements.txt @@ -4,7 +4,7 @@ connexion[swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4" # connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug # we must peg werkzeug versions below to fix connexion # https://github.com/zalando/connexion/pull/1044 -werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4" +werkzeug == 2.2.3; python_version=="3.5" or python_version=="3.4" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools >= 21.0.0