This is an automated email from the ASF dual-hosted git repository. villebro pushed a commit to branch 0.34 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 49bba75ebb848dd47e26d3f284570fba7c0ec685 Author: Daniel Vaz Gaspar <[email protected]> AuthorDate: Sun Sep 8 22:06:24 2019 -0700 Bump FAB to 2.1.13 (#8176) * Bump FAB to 2.1.13 * [SQLLab] dummy commit * [SQLLab] remove dummy commit * [SQLLab] test * [SQLLab] bump back to 13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fc224a..df68383 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( "croniter>=0.3.28", "cryptography>=2.4.2", "flask>=1.1.0, <2.0.0", - "flask-appbuilder>=2.1.9, <2.3.0", + "flask-appbuilder>=2.1.13, <2.3.0", "flask-caching", "flask-compress", "flask-talisman",
