From bcb7781e675a107ffc8ab5c7ab98a6e55c31035c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Mar 2017 21:36:10 -0700 Subject: [PATCH] Update gunicorn from 19.6.0 to 19.7.1 --- {{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..8c756cdd5 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.1 # Static and Media Storage # ------------------------------------------------