From 9c12da0c6d5348fe6739e33026bd5bd609174749 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 19 Jul 2023 13:55:11 +0100 Subject: [PATCH] Update gunicorn from 19.9.0 to 21.2.0 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 15bda40..7afcabe 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,7 +2,7 @@ -r ./base.txt -gunicorn==19.9.0 # https://github.com/benoitc/gunicorn +gunicorn==21.2.0 # https://github.com/benoitc/gunicorn psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 Collectfast==0.6.2 # https://github.com/antonagestam/collectfast