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