From 0abfa781f798fb2246f7a895791d2dad23249399 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 16 Dec 2016 09:24:50 +0100 Subject: [PATCH] Update gevent from 1.2a1 to 1.2a2 (#933) --- {{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 26846268..a0e3051e 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