From acc5d31e444de687edcb7b64ce920be4f1d6aa18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:58:49 +0000 Subject: [PATCH] Bump gunicorn in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [gunicorn](https://github.com/benoitc/gunicorn). Updates `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 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 52e81f6a..a935dbba 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,5 +10,5 @@ redis==5.0.3 python-redis-lock==4.0.0 psycopg2==2.9.3 python-dotenv==1.0.1 -gunicorn==22.0.0 +gunicorn==23.0.0 Flask-SQLAlchemy==3.1.1