From 17fb017dc1d58416d9561667c789209c398a29c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:10:22 +0000 Subject: [PATCH] chore(deps): Bump flask from 3.0.3 to 3.1.0 in /rootfs/webapp Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.0. - [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/3.0.3...3.1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rootfs/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/webapp/requirements.txt b/rootfs/webapp/requirements.txt index 3aba3189..34c2b329 100644 --- a/rootfs/webapp/requirements.txt +++ b/rootfs/webapp/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.3 +Flask==3.1.0 Flask-SocketIO==5.4.1 gevent==24.10.3 gunicorn[gevent]==23.0.0