From 239e0da50c6b0ce557a512efa34b6edf1d4a65e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:31:22 +0000 Subject: [PATCH] Bump werkzeug from 0.15.5 to 3.0.6 in /backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 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.15.5...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 47611d2..3812328 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -97,7 +97,7 @@ urllib3==1.26.5 vine==1.1.4 visitor==0.1.3 websocket-client==0.48.0 -Werkzeug==0.15.5 +Werkzeug==3.0.6 WTForms==2.2.1 xlrd==1.1.0 xlwt==1.3.0