From 5a075bc0e8b3f774b79cec4e887cd0f67c72a955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:28:18 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /rest-api/src Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 0.15.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.12.2...0.15.3) Signed-off-by: dependabot[bot] --- rest-api/src/requirements.txt | 2 +- rest-api/src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api/src/requirements.txt b/rest-api/src/requirements.txt index ccd9f64..1dfd151 100644 --- a/rest-api/src/requirements.txt +++ b/rest-api/src/requirements.txt @@ -31,7 +31,7 @@ urllib3==1.22 virtualenv==15.1.0 virtualenv-clone==0.2.6 virtualenvwrapper==4.8.1 -Werkzeug==0.12.2 +Werkzeug==0.15.3 wrapt==1.10.11 tornado==5.0.1 tox diff --git a/rest-api/src/setup.py b/rest-api/src/setup.py index cd9a942..a56b5f2 100644 --- a/rest-api/src/setup.py +++ b/rest-api/src/setup.py @@ -50,7 +50,7 @@ 'virtualenv==15.1.0', 'virtualenv-clone==0.2.6', 'virtualenvwrapper==4.8.1', - 'Werkzeug==0.12.2', + 'Werkzeug==0.15.3', 'wrapt==1.10.11', 'tornado', 'tox'