diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 0cb1714b..4d56f27f 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -11,7 +11,7 @@ psycopg2==2.7.1 # WSGI Handler # ------------------------------------------------ -gevent==1.2.1 +gevent==1.2.2 gunicorn==19.7.1 # Static and Media Storage