feat: bump FAB to 4.4.0 (#27159)

This commit is contained in:
Daniel Vaz Gaspar 2024-02-19 21:06:27 +00:00 committed by GitHub
parent 8dc6cbe206
commit f7c5773a97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -106,7 +106,7 @@ flask==2.2.5
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.3.11
flask-appbuilder==4.4.0
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
@ -322,7 +322,6 @@ six==1.16.0
# via
# click-repl
# isodate
# paramiko
# prison
# python-dateutil
# url-normalize

View File

@ -84,7 +84,7 @@ setup(
"cryptography>=41.0.2, <43.0.0",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.3.11, <5.0.0",
"flask-appbuilder>=4.4.0, <5.0.0",
"flask-caching>=2.1.0, <3",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",