From 1261cfc9678c21b94e3d13fefbaba9c5ed177648 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Apr 2018 12:11:20 -0700 Subject: [PATCH] Update gunicorn from 19.8.0 to 19.8.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 fa27b6648..9f997c2d9 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gevent==1.2.2 -gunicorn==19.8.0 # https://github.com/benoitc/gunicorn +gunicorn==19.8.1 # https://github.com/benoitc/gunicorn boto3==1.6.2 # pyup: update minor # https://github.com/boto/boto3 psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 {%- if cookiecutter.use_whitenoise == 'n' %}