From 8ac21ed2e36835bd2affbfd7a16e68c764d885ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 00:20:36 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3f000c2..b5c9615 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -28,6 +28,6 @@ python-dotenv==0.7.1 PyYAML==3.12 requests==2.14.2 six==1.10.0 -Werkzeug==0.12.2 +Werkzeug==0.15.3 wrapt==1.10.10 yarg==0.1.9