From 734d346951dd984848b795f7c726e71c8a40d85f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:34:23 +0000 Subject: [PATCH] Bump gunicorn from 21.0.1 to 22.0.0 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.0.1 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.0.1...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... 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 dd878331..ba0e374d 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==21.0.1 +gunicorn==22.0.0 Flask-SQLAlchemy==3.1.1