From fa82fe43516771a383ac629be8ac5716e3cef7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:43:03 +0000 Subject: [PATCH] Bump werkzeug in /flask-app in the pip group across 1 directory Bumps the pip group with 1 update in the /flask-app directory: [werkzeug](https://github.com/pallets/werkzeug). Updates `werkzeug` from 3.1.3 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/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- flask-app/mtw_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-app/mtw_requirements.txt b/flask-app/mtw_requirements.txt index c4e191f..1d26cd5 100644 --- a/flask-app/mtw_requirements.txt +++ b/flask-app/mtw_requirements.txt @@ -25,7 +25,7 @@ requests==2.32.5 requests_futures==1.0.2 urllib3==2.5.0 waitress==3.0.2 -Werkzeug==3.1.3 +Werkzeug==3.1.4 ### (optional) If building for Windows: pyinstaller==6.16.0; sys_platform == "win32" pyinstaller-hooks-contrib==2025.8; sys_platform == "win32"