From cb70d404c8b68ff246aed16642eaa3df2b3a6d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:54:56 +0000 Subject: [PATCH] Bump werkzeug from 0.11.4 to 0.15.3 in /apps/backend/api/v0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.4 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.4...0.15.3) Signed-off-by: dependabot[bot] --- apps/backend/api/v0/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 apps/backend/api/v0/requirements.txt diff --git a/apps/backend/api/v0/requirements.txt b/apps/backend/api/v0/requirements.txt old mode 100755 new mode 100644 index 1d651bd..75b7cdc --- a/apps/backend/api/v0/requirements.txt +++ b/apps/backend/api/v0/requirements.txt @@ -1,6 +1,6 @@ Flask_Cors==3.0.6 Flask==0.10.1 -Werkzeug==0.11.4 +Werkzeug==0.15.3 Flask_RESTful==0.3.6 Flask_Compress==1.4.0 pymongo==3.4.0