From 3ae230296ba4801466c30c4c3b994f56da68750c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:46:38 +0000 Subject: [PATCH] chore(deps): Bump flask from 2.3.3 to 3.0.0 in /rootfs/webapp Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.0.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/2.3.3...3.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... 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 c9ce7f74..ec6d9dd9 100644 --- a/rootfs/webapp/requirements.txt +++ b/rootfs/webapp/requirements.txt @@ -1,5 +1,5 @@ eventlet==0.33.3 -Flask==2.3.3 +Flask==3.0.0 Flask-SocketIO==5.3.6 gunicorn[eventlet]==21.2.0 requests==2.31.0