From 4c7c0ffadb0bd39997d2d7360adb0fc09c462b7b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 21 Jul 2016 08:28:44 -0700 Subject: [PATCH] [requires.io] dependency update --- {{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 f1c0679d6..a957a75f3 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.1.1 +gevent==1.1.2 gunicorn==19.6.0 # Static and Media Storage