From deaa72f7ff6dc868e77a1c15ac0eb803f270c251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:37:14 +0000 Subject: [PATCH] build(deps): bump werkzeug in /mongodb/simple-flask-app/app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 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.0.6...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mongodb/simple-flask-app/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb/simple-flask-app/app/requirements.txt b/mongodb/simple-flask-app/app/requirements.txt index 07d2a5c..7217db7 100644 --- a/mongodb/simple-flask-app/app/requirements.txt +++ b/mongodb/simple-flask-app/app/requirements.txt @@ -7,5 +7,5 @@ itsdangerous==2.1.2 ; python_version >= "3.9" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.9" and python_version < "4.0" markupsafe==2.1.2 ; python_version >= "3.9" and python_version < "4.0" pymongo==4.6.3 ; python_version >= "3.9" and python_version < "4.0" -werkzeug==3.0.6 ; python_version >= "3.9" and python_version < "4.0" +werkzeug==3.1.4 ; python_version >= "3.9" and python_version < "4.0" zipp==3.15.0 ; python_version >= "3.9" and python_version < "3.10"