diff --git a/setup.py b/setup.py index 5d33fffac594d..0a7658e57262c 100644 --- a/setup.py +++ b/setup.py @@ -209,7 +209,7 @@ def do_setup(): scripts=['airflow/bin/airflow'], install_requires=[ 'alembic>=0.8.3, <0.9', - 'bleach==2.0.0', + 'bleach==2.1.2', 'configparser>=3.5.0, <3.6.0', 'croniter>=0.3.17, <0.4', 'dill>=0.2.2, <0.3',