From f207cd1e7477fb90f769aabe66a60c12edf790d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 19:48:00 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b4e005b..55ae3952 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ "Jinja2==2.7.2", "MarkupSafe==0.23", "SQLAlchemy==1.2.19", - "Werkzeug==0.12.2", + "Werkzeug==0.15.3", "itsdangerous==0.24", "python-gnupg==0.3.7", "pytz==2016.10",