Repository: incubator-airflow
Updated Branches:
  refs/heads/master 67b351183 -> b755d3547


[AIRFLOW-2489] Update FlaskAppBuilder to 1.11.1

This will bring Airflow back up to date and will
allow us to run
Flask 0.12.4

Closes #3382 from Fokko/AIRFLOW-2489-update-
dependencies


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/b755d354
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/b755d354
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/b755d354

Branch: refs/heads/master
Commit: b755d35479ecd77bc264471aa830a90d5ca66211
Parents: 67b3511
Author: Fokko Driesprong <[email protected]>
Authored: Sun May 20 12:00:52 2018 +0100
Committer: Kaxil Naik <[email protected]>
Committed: Sun May 20 12:00:52 2018 +0100

----------------------------------------------------------------------
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/b755d354/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 575ea0d..299a1db 100644
--- a/setup.py
+++ b/setup.py
@@ -248,8 +248,8 @@ def do_setup():
             'configparser>=3.5.0, <3.6.0',
             'croniter>=0.3.17, <0.4',
             'dill>=0.2.2, <0.3',
-            'flask>=0.12, <0.12.2',
-            'flask-appbuilder>=1.10.0, <2.0.0',
+            'flask>=0.12.4, <0.13',
+            'flask-appbuilder>=1.11.1, <2.0.0',
             'flask-admin==1.4.1',
             'flask-caching>=1.3.3, <1.4.0',
             'flask-login==0.2.11',

Reply via email to