From b61b985527f63a43f486870f0a1fcb6b910d98e9 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 12 Jan 2017 16:05:20 +0100 Subject: [PATCH] Update gevent from 1.2.0 to 1.2.1 (#991) --- {{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 419f335c..8714ec4a 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.2.0 +gevent==1.2.1 gunicorn==19.6.0 # Static and Media Storage