fix: bump FAB to 4.3.0 (#23184)

This commit is contained in:
Daniel Vaz Gaspar 2023-02-24 10:42:07 +00:00 committed by GitHub
parent 89576f8a87
commit f0f27a486d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ flask==2.1.3
# flask-migrate
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.2.0
flask-appbuilder==4.3.0
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder

View File

@ -83,7 +83,7 @@ setup(
"cryptography>=39.0.1, <40",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.1.3, <2.2",
"flask-appbuilder>=4.2.0, <5.0.0",
"flask-appbuilder>=4.3.0, <5.0.0",
"flask-caching>=1.10.1, <1.11",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",