[dependency] Fix, Bump FAB to 2.3.1 (#9413)

This commit is contained in:
Daniel Vaz Gaspar 2020-03-29 16:26:52 +01:00 committed by GitHub
parent e63cb52630
commit 2e81e27272
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.3.0 # via apache-superset (setup.py)
flask-appbuilder==2.3.1 # via apache-superset (setup.py)
flask-babel==1.0.0 # via flask-appbuilder
flask-caching==1.8.0
flask-compress==1.4.0

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.3.0, <2.4.0",
"flask-appbuilder>=2.3.1, <2.4.0",
"flask-caching",
"flask-compress",
"flask-talisman",