bump FAB to 2.3.0 (#9318)

This commit is contained in:
ʈᵃᵢ 2020-03-17 15:17:02 -07:00 committed by GitHub
parent 982c234a50
commit 8f7ce168a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ croniter==0.3.31 # via apache-superset (setup.py)
cryptography==2.8 # via apache-superset (setup.py)
decorator==4.4.1 # via retry
defusedxml==0.6.0 # via python3-openid
flask-appbuilder==2.2.4 # via apache-superset (setup.py)
flask-appbuilder==2.3.0 # via apache-superset (setup.py)
flask-babel==1.0.0 # via flask-appbuilder
flask-caching==1.8.0 # via apache-superset (setup.py)
flask-compress==1.4.0 # via apache-superset (setup.py)

View File

@ -76,7 +76,7 @@ setup(
"croniter>=0.3.28",
"cryptography>=2.4.2",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=2.2.4, <2.3.0",
"flask-appbuilder>=2.3.0, <2.4.0",
"flask-caching",
"flask-compress",
"flask-talisman",