From f9e8378e8a21c42a2f5eba13dbbd53b26c54a4db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:27:05 +0000 Subject: [PATCH] Bump werkzeug from 0.11.15 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.15 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.11.15...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... 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..4844954 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==3.0.6 wikipedia==1.4.0 WeasyPrint==0.39 Flask-WeasyPrint==0.5 diff --git a/setup.py b/setup.py index 1d05451..2e9ecfa 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,<=3.0.6', 'flask>=0.11,<0.12', # eve < 0.8 breaks with flask 0.12 'passlib>=1.6.5,<2.0', 'validators>=0.10,<0.20',