From cbf6f2d242ca0c053130553a4191d90f1e05efaf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Mar 2017 10:44:37 +0000 Subject: [PATCH] Update gunicorn from 19.6.0 to 19.7.0 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 1ed23d6..1fb446d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,7 +7,7 @@ # WSGI Handler # ------------------------------------------------ gevent==1.2.0 -gunicorn==19.6.0 +gunicorn==19.7.0 # Static and Media Storage # ------------------------------------------------