From a8bbfcf8ef04f699fe2474afc4d85e360eff75cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:25:56 +0000 Subject: [PATCH] chore(deps): Bump gunicorn[eventlet] in /rootfs/webapp Bumps [gunicorn[eventlet]](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn[eventlet] 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 2a2ea28f..8e292aab 100644 --- a/rootfs/webapp/requirements.txt +++ b/rootfs/webapp/requirements.txt @@ -1,7 +1,7 @@ eventlet==0.36.1 Flask==3.0.3 Flask-SocketIO==5.3.6 -gunicorn[eventlet]==22.0.0 +gunicorn[eventlet]==23.0.0 requests==2.32.3 rrdtool==0.1.16 schedule==1.2.2