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',