From 78f598045196c322ba35f89c244f86432c8b5ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:59:58 +0000 Subject: [PATCH] Bump werkzeug in /courses/design-process/deploying-apps-to-gcp Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 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/2.2.2...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- courses/design-process/deploying-apps-to-gcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/design-process/deploying-apps-to-gcp/requirements.txt b/courses/design-process/deploying-apps-to-gcp/requirements.txt index 1389d88d6f..11a6c7db97 100644 --- a/courses/design-process/deploying-apps-to-gcp/requirements.txt +++ b/courses/design-process/deploying-apps-to-gcp/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.3 itsdangerous==2.0.1 Jinja2==3.0.3 -werkzeug==2.2.2 \ No newline at end of file +werkzeug==3.1.4 \ No newline at end of file