From 24e1994957b279387b19d97a9d39db59ff8e268f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:22:31 +0000 Subject: [PATCH] Bump werkzeug from 0.11.15 to 0.15.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.15 to 0.15.5. - [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...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f4b7d5..4ea7f80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flask-restful Flask==0.12 flask_wtf flask_mongoengine -Werkzeug==0.11.15 +Werkzeug==0.15.5 click>=5.0