From 557a19db7ae607c0a4f5dc6f1d47acf5f6ca2fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:29:05 +0000 Subject: [PATCH] Bump werkzeug from 3.0.4 to 3.0.6 in /flask-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 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/3.0.4...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... 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 56eb2b1..c0ac190 100644 --- a/flask-app/mtw_requirements.txt +++ b/flask-app/mtw_requirements.txt @@ -26,7 +26,7 @@ requests_futures==1.0.1 setuptools==75.2.0 urllib3==1.26.20 waitress==3.0.0 -Werkzeug==3.0.4 +Werkzeug==3.0.6 wheel==0.44.0 ### (optional) If building for Windows: pyinstaller==6.11.0; sys_platform == "win32"