From 9a14bf7b92267eef94a6419be10e302adfa0bb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:14:21 +0000 Subject: [PATCH] :arrow_up: Bump gunicorn from 20.1.0 to 22.0.0 in /server Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index e4a07d4..d1e1f62 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -12,7 +12,7 @@ django-redis==5.2.0 django-storages==1.11.1 django-cors-headers==3.7.0 dnspython==2.6.1 -gunicorn==20.1.0 +gunicorn==22.0.0 itypes==1.2.0 psycopg2==2.9.1 psycopg2-binary==2.9.1