From f9cac952a24764d3a0fbbc868830d3642879530d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 16 Apr 2024 21:40:00 -0400 Subject: [PATCH] Update gunicorn from 20.0.4 to 22.0.0 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..80495ad0 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,6 +1,6 @@ -r base.txt -gunicorn==20.0.4 # https://github.com/benoitc/gunicorn +gunicorn==22.0.0 # https://github.com/benoitc/gunicorn psycopg2==2.8.6 # https://github.com/psycopg/psycopg2 Collectfast==2.2.0 # https://github.com/antonagestam/collectfast