chore: bump FAB to 4.1.4 (#21329)

This commit is contained in:
Daniel Vaz Gaspar 2022-09-06 10:56:57 +01:00 committed by GitHub
parent a27c7ae7d0
commit 29c233fc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ flask==2.0.3
# flask-migrate
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.1.3
flask-appbuilder==4.1.4
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder

View File

@ -83,7 +83,7 @@ setup(
"cryptography>=3.3.2",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.0.0, <3.0.0",
"flask-appbuilder>=4.1.3, <5.0.0",
"flask-appbuilder>=4.1.4, <5.0.0",
"flask-caching>=1.10.0",
"flask-compress",
"flask-talisman",