From 038beafb5ec2d8b7a7a7a712d7bcc103e5250b78 Mon Sep 17 00:00:00 2001 From: Doppins Date: Sat, 4 Mar 2017 21:28:35 -0500 Subject: [PATCH] Upgrade dependency gunicorn to ==19.7.0 (#709) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d932c4c..d1650299 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ install_requires = [ 'psycopg2==2.6.2', 'arrow==0.10.0', 'six==1.10.0', - 'gunicorn==19.6.0', + 'gunicorn==19.7.0', 'marshmallow-sqlalchemy==0.12.1', 'marshmallow==2.13.1', 'cryptography==1.7',