From 0ff2d0b36f20df17568075f99e5abe12c0dcc4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 16:46:53 +0000 Subject: [PATCH] Bump werkzeug from 0.14.1 to 0.15.3 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5179cfc95..edad1ad44 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def run_tests(self): 'redis==2.10.6', 'sqlparse==0.2.2', 'timeside>=0.7', - 'Werkzeug==0.14.1', + 'Werkzeug==0.15.3', 'zipstream==1.1.4', ], tests_require=['pytest-django', 'pytest-cov', 'factory-boy'],