From 1b87956f457d21ce5dd09b4ad21b6ad623b5d664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:49:50 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /ui 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] --- ui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/requirements.txt b/ui/requirements.txt index de4ee4b7..53f6804d 100644 --- a/ui/requirements.txt +++ b/ui/requirements.txt @@ -1,4 +1,4 @@ -werkzeug==0.12.2 +werkzeug==0.15.3 jinja2==2.9.6 wtforms==2.1 sqlalchemy==1.1.14