From 6b023fe102e7218b282636a90e217ecc175c9dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:32:59 +0000 Subject: [PATCH] chore(deps): bump werkzeug in /appengine/flexible/analytics Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.1.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.3...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appengine/flexible/analytics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/analytics/requirements.txt b/appengine/flexible/analytics/requirements.txt index 3996cdf4450..95eae03249e 100644 --- a/appengine/flexible/analytics/requirements.txt +++ b/appengine/flexible/analytics/requirements.txt @@ -1,6 +1,6 @@ Flask==3.0.3; python_version > '3.6' Flask==2.3.3; python_version < '3.7' -Werkzeug==3.0.3; python_version > '3.6' +Werkzeug==3.1.6; python_version > '3.6' Werkzeug==2.3.8; python_version < '3.7' gunicorn==23.0.0 requests[security]==2.31.0