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 # ------------------------------------------------