From cd602d079664aa68c05dec729e1401d75485596c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 02:00:17 +0000 Subject: [PATCH] Bump werkzeug from 0.11.3 to 0.15.3 in /flasktaskr Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.3 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.11.3...0.15.3) Signed-off-by: dependabot[bot] --- flasktaskr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flasktaskr/requirements.txt b/flasktaskr/requirements.txt index ea13aef..c43e70f 100644 --- a/flasktaskr/requirements.txt +++ b/flasktaskr/requirements.txt @@ -5,5 +5,5 @@ Jinja2==2.8 MarkupSafe==0.23 SQLAlchemy==1.0.11 WTForms==2.1 -Werkzeug==0.11.3 +Werkzeug==0.15.3 itsdangerous==0.24 \ No newline at end of file