From 5bf1a7b7e8dd846711b22c4af51f7e6eadc2d5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:00:19 +0000 Subject: [PATCH] chore(deps): bump werkzeug in /appengine/standard/migration/storage Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.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/3.0.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appengine/standard/migration/storage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/migration/storage/requirements.txt b/appengine/standard/migration/storage/requirements.txt index 78127d4f6e2..042c209c4d3 100644 --- a/appengine/standard/migration/storage/requirements.txt +++ b/appengine/standard/migration/storage/requirements.txt @@ -3,4 +3,4 @@ google-cloud-storage==2.8.0; python_version > '3.6' Flask==1.1.4; python_version < '3.0' Flask==3.0.0; python_version > '3.0' Werkzeug==1.0.1; python_version < '3.0' -Werkzeug==3.0.3; python_version > '3.0' +Werkzeug==3.1.4; python_version > '3.0'