From ad3a765ec497e65b7383e4b3aea3806990472cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:15:11 +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.5. - [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.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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..dc72023 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.5 ; python_version >= "3.9" and python_version < "4.0" zipp==3.15.0 ; python_version >= "3.9" and python_version < "3.10"