From dac7a77afb8181e060d076ccfedbd5ddcf53a4ec Mon Sep 17 00:00:00 2001 From: Doppins Date: Sat, 8 Apr 2017 15:33:57 -0400 Subject: [PATCH] Upgrade dependency gunicorn to ==19.7.1 (#733) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b22513ac..b20a474a 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.7.0', + 'gunicorn==19.7.1', 'marshmallow-sqlalchemy==0.12.1', 'marshmallow==2.13.4', 'cryptography==1.7',