From c4abc59673a4d802cf13d75780b88aee653ffe9f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 25 Nov 2015 14:18:00 -0800 Subject: [PATCH] [requires.io] dependency update --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 80dcda02..33b3b7a6 100644 --- a/setup.py +++ b/setup.py @@ -39,13 +39,13 @@ install_requires = [ 'arrow==0.7.0', 'boto==2.38.0', # we might make this optional 'six==1.10.0', - 'gunicorn==19.3.0', + 'gunicorn==19.4.1', 'pycrypto==2.6.1', 'cryptography==1.1.1', 'pyopenssl==0.15.1', 'pyjwt==1.4.0', 'xmltodict==0.9.2', - 'lockfile==0.11.0', + 'lockfile==0.12.2', 'future==0.15.2', ]