From e38b9dda7194784bad32aa4a42b9758db03876ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 08:02:16 +0000 Subject: [PATCH] Bump werkzeug in /tests/SampleApps/python/python2-flask-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.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/0.15.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/SampleApps/python/python2-flask-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SampleApps/python/python2-flask-app/requirements.txt b/tests/SampleApps/python/python2-flask-app/requirements.txt index 965cc192f0..32b5ee3db4 100644 --- a/tests/SampleApps/python/python2-flask-app/requirements.txt +++ b/tests/SampleApps/python/python2-flask-app/requirements.txt @@ -1,2 +1,2 @@ Flask==0.9 -Werkzeug==0.15.3 +Werkzeug==3.1.4