From 535e7b29a64372c398cc7df117dab9d314e0949e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 01:51:26 +0000 Subject: [PATCH] Bump werkzeug from 0.11.9 to 0.15.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.9 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.9...0.15.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b109d90..fe083d1 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'itsdangerous==0.24', 'Jinja2==2.8', 'MarkupSafe==0.23', - 'Werkzeug==0.11.9', + 'Werkzeug==0.15.3', ], )