From 72bd530e72422132c99cd599209560c6a9d14a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 12:38:16 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /app 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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 4caee50..18071f3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -34,5 +34,5 @@ urllib3==1.25.9 virtualenv==20.0.23 virtualenv-clone==0.5.4 visitor==0.1.3 -Werkzeug==0.12.2 +Werkzeug==0.15.3 WTForms==2.1