From e7d9acc93e28506aa06ba0a6c02ac67506955332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:59:45 +0000 Subject: [PATCH] Bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 3.0.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/1.0.1...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../appengine/flexible/websockets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit-exercise/python-docs-samples-main/appengine/flexible/websockets/requirements.txt b/csit-exercise/python-docs-samples-main/appengine/flexible/websockets/requirements.txt index 89b30e51..ed1de0b9 100644 --- a/csit-exercise/python-docs-samples-main/appengine/flexible/websockets/requirements.txt +++ b/csit-exercise/python-docs-samples-main/appengine/flexible/websockets/requirements.txt @@ -3,4 +3,4 @@ Flask-Sockets==0.2.1 gunicorn==22.0.0 requests==2.31.0 markupsafe==2.0.1 -Werkzeug==1.0.1; +Werkzeug==3.0.6;