From f5388bc5d5156a0304678bcaa21ba35c9edc9c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:08:15 +0000 Subject: [PATCH] Bump werkzeug from 0.11.9 to 0.15.3 in /app/utils Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.9 to 0.15.3. - [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.9...0.15.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/requirements.txt b/app/utils/requirements.txt index 2a361439ba..0b8770cd32 100644 --- a/app/utils/requirements.txt +++ b/app/utils/requirements.txt @@ -56,5 +56,5 @@ scikit-learn==0.18.1 scipy==1.0.1 six==1.10.0 SQLAlchemy==1.0.13 -Werkzeug==0.11.9 +Werkzeug==0.15.3 WTForms==2.1