Bump FAB to 2.2.3 (#9117)

This commit is contained in:
Daniel Vaz Gaspar
2020-02-12 08:59:11 +00:00
committed by GitHub
parent a005e4568f
commit 30b7064e30
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ croniter==0.3.31
cryptography==2.8
decorator==4.4.1 # via retry
defusedxml==0.6.0 # via python3-openid
flask-appbuilder==2.2.2
flask-babel==0.12.2 # via flask-appbuilder
flask-appbuilder==2.2.3
flask-babel==1.0.0 # via flask-appbuilder
flask-caching==1.8.0
flask-compress==1.4.0
flask-jwt-extended==3.24.1 # via flask-appbuilder
@@ -67,7 +67,7 @@ python-dotenv==0.10.5
python-editor==1.0.4 # via alembic
python-geohash==0.8.5
python3-openid==3.1.0 # via flask-openid
pytz==2019.3 # via babel, celery, pandas
pytz==2019.3 # via babel, celery, flask-babel, pandas
pyyaml==5.3
retry==0.9.2
selenium==3.141.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.2.2, <2.3.0",
"flask-appbuilder>=2.2.3, <2.3.0",
"flask-caching",
"flask-compress",
"flask-talisman",