From 47bdcc98765d842f72e0fb19089c691ed4c75ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 04:39:02 +0000 Subject: [PATCH] Bump werkzeug from 0.14.1 to 0.15.3 in /FlaskApp Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 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.14.1...0.15.3) Signed-off-by: dependabot[bot] --- FlaskApp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlaskApp/requirements.txt b/FlaskApp/requirements.txt index 2855995..a9335fe 100644 --- a/FlaskApp/requirements.txt +++ b/FlaskApp/requirements.txt @@ -5,7 +5,7 @@ Jinja2==2.10 MarkupSafe==1.1.1 Markup==0.2 escape==1.1 -Werkzeug==0.14.1 +Werkzeug==0.15.3 bcrypt==3.1.4 blinker==1.4 certifi==2016.2.28