From 0200d269f911f12ed0f7a969b65a6c4bb31fc655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:57:06 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 3.1.3 in /Lab 3/demo Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Lab 3/demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab 3/demo/requirements.txt b/Lab 3/demo/requirements.txt index 0efd65fb6c..e1201fbdc9 100644 --- a/Lab 3/demo/requirements.txt +++ b/Lab 3/demo/requirements.txt @@ -10,7 +10,7 @@ bidict==0.21.2 click==7.1.2 dnspython==1.16.0 eventlet==0.31.0 -Flask==1.1.2 +Flask==3.1.3 Flask-SocketIO==5.0.1 gevent==21.1.2 gevent-websocket==0.10.1