From c498e76ccd6f20eadaf388af2acae1f652858169 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Mar 2017 03:03:36 -0800 Subject: [PATCH] Update gunicorn from 19.6.0 to 19.7.0 --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 9a860f877..c8d946cf3 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -12,7 +12,7 @@ psycopg2==2.7 # WSGI Handler # ------------------------------------------------ gevent==1.2.1 -gunicorn==19.6.0 +gunicorn==19.7.0 # Static and Media Storage # ------------------------------------------------