From 1e4841ade1e95ffe820035ed9c9e76f061d11ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:42:32 +0000 Subject: [PATCH] Bump werkzeug from 2.3.8 to 3.1.5 in /examples/guess-the-sketch/src Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.1.5. - [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.3.8...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/guess-the-sketch/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guess-the-sketch/src/requirements.txt b/examples/guess-the-sketch/src/requirements.txt index 467cc5b..c18eca8 100644 --- a/examples/guess-the-sketch/src/requirements.txt +++ b/examples/guess-the-sketch/src/requirements.txt @@ -14,6 +14,6 @@ Flask==2.3.2 gunicorn==21.2.0 -Werkzeug==2.3.8 +Werkzeug==3.1.5 flask-socketio==5.2.0 requests