diff --git a/setup.py b/setup.py index 537ce10ffb4b..5ba4314fa7ea 100644 --- a/setup.py +++ b/setup.py @@ -49,34 +49,34 @@ def get_git_sha(): 'colorama==0.3.9', 'cryptography==1.9', 'flask==0.12.2', - 'flask-appbuilder==1.9.5', + 'flask-appbuilder==1.9.6', 'flask-cache==0.13.1', - 'flask-migrate==2.0.3', - 'flask-script==2.0.5', + 'flask-migrate==2.1.1', + 'flask-script==2.0.6', 'flask-sqlalchemy==2.1', - 'flask-testing==0.6.2', + 'flask-testing==0.7.1', 'flask-wtf==0.14.2', 'flower==0.9.2', 'future>=0.16.0, <0.17', 'python-geohash==0.8.5', 'humanize==0.5.1', 'gunicorn==19.7.1', - 'idna==2.5', - 'markdown==2.6.8', - 'pandas==0.20.3', + 'idna==2.6', + 'markdown==2.6.11', + 'pandas==0.22.0', 'parsedatetime==2.0.0', 'pathlib2==2.3.0', 'polyline==1.3.2', 'pydruid==0.4.0', 'PyHive>=0.4.0', - 'python-dateutil==2.6.0', + 'python-dateutil==2.6.1', 'pyyaml>=3.11', - 'requests==2.17.3', - 'simplejson==3.10.0', + 'requests==2.18.4', + 'simplejson==3.13.2', 'six==1.11.0', 'sqlalchemy==1.2.2', 'sqlalchemy-utils==0.32.21', - 'sqlparse==0.2.3', + 'sqlparse==0.2.4', 'thrift>=0.9.3', 'thrift-sasl>=0.2.1', 'unidecode>=0.04.21',