From 2a2936ad96fc8a035a0c7a1ad2c21dfce715b833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:49:26 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 3.1.5 in /ServerApp Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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.0.1...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ServerApp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerApp/requirements.txt b/ServerApp/requirements.txt index 01e9d3ca..437b6870 100644 --- a/ServerApp/requirements.txt +++ b/ServerApp/requirements.txt @@ -6,5 +6,5 @@ flask_sqlalchemy Flask-SocketIO==4.3.1 python-engineio==3.13.2 python-socketio==4.6.0 -Werkzeug==2.0.1 +Werkzeug==3.1.5 SQLAlchemy==1.4 \ No newline at end of file