Skip to content

Commit

Permalink
feat: bump FAB to 4.4.0 (#27159)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 19, 2024
1 parent 8dc6cbe commit f7c5773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -322,7 +322,6 @@ six==1.16.0
# via
# click-repl
# isodate
# paramiko
# prison
# python-dateutil
# url-normalize
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_git_sha() -> str:
"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",
Expand Down

0 comments on commit f7c5773

Please sign in to comment.