From ff9f02ad2d02ddaa1739a7513d792a5e54d90701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 20:13:10 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 23.0.0 in /back Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 3c637791..75b0166f 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -gunicorn==21.2.0 +gunicorn==23.0.0 paho-mqtt==1.6.1 requests==2.31.0 redis==5.0.0