From 0facc6b472f375f0604c2683a3f9d400b4a5bee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 15:40:14 +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 3004340..abb10ca 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -17,5 +17,5 @@ pytest==3.1.3 requests==2.18.1 uritemplate==3.0.0 urllib3==1.21.1 -Werkzeug==0.12.2 +Werkzeug==0.15.3 whitenoise==3.3.0