From 96d60bd19887b01aa66cea74fd802ad7bc1a7f3f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Nov 2019 23:46:05 +0000 Subject: [PATCH] Update gunicorn from 19.9.0 to 20.0.3 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 15bda40..f7fabc8 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==20.0.3 # 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