From 4d3cc7425fcae319c63da3bcfa500fe1c476bd93 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 9 Dec 2016 05:00:29 -0800 Subject: [PATCH] Update gevent from 1.2a1 to 1.2a2 --- {{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 4fa542d5b..0d281b075 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -11,7 +11,7 @@ psycopg2==2.6.2 # WSGI Handler # ------------------------------------------------ -gevent==1.2a1 +gevent==1.2a2 gunicorn==19.6.0 # Static and Media Storage