From d1da8ff94e2f616b4c3e9bc72e487201218b04a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:04:27 +0000 Subject: [PATCH] Bump werkzeug from 0.11.15 to 0.15.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.15 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.15...0.15.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 867476c..000d383 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ requests==2.18.2 shortid==0.1.2 simplejson==3.11.1 validators==0.12.0 -werkzeug==0.11.15 +werkzeug==0.15.3 wikipedia==1.4.0 WeasyPrint==0.39 Flask-WeasyPrint==0.5 diff --git a/setup.py b/setup.py index 1d05451..2e4bf51 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def run(self): install_requires=[ 'inflection>=0.3.1', 'eve>=0.6.3,<0.8', - 'werkzeug>=0.9.4,<=0.11.15', + 'werkzeug>=0.9.4,<0.15.4', 'flask>=0.11,<0.12', # eve < 0.8 breaks with flask 0.12 'passlib>=1.6.5,<2.0', 'validators>=0.10,<0.20',