From 74eb1a6618de03cd9fac9002352313e8573e3321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:08:22 +0000 Subject: [PATCH] Bump werkzeug from 0.15.5 to 3.1.4 in /cla-backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 3.1.4. - [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.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cla-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cla-backend/requirements.txt b/cla-backend/requirements.txt index baa8af478..1782cac0c 100644 --- a/cla-backend/requirements.txt +++ b/cla-backend/requirements.txt @@ -46,7 +46,7 @@ termcolor==1.1.0 urllib3==1.26.18 vintage==0.4.1 wcwidth==0.1.7 -Werkzeug==0.15.5 +Werkzeug==3.1.4 zipp==3.15.0 markupsafe==2.0.1 # LG: