Skip to content

Commit 29c233f

Browse files
authored
chore: bump FAB to 4.1.4 (#21329)
1 parent a27c7ae commit 29c233f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ flask==2.0.3
8686
# flask-migrate
8787
# flask-sqlalchemy
8888
# flask-wtf
89-
flask-appbuilder==4.1.3
89+
flask-appbuilder==4.1.4
9090
# via apache-superset
9191
flask-babel==1.0.0
9292
# via flask-appbuilder

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_git_sha() -> str:
8383
"cryptography>=3.3.2",
8484
"deprecation>=2.1.0, <2.2.0",
8585
"flask>=2.0.0, <3.0.0",
86-
"flask-appbuilder>=4.1.3, <5.0.0",
86+
"flask-appbuilder>=4.1.4, <5.0.0",
8787
"flask-caching>=1.10.0",
8888
"flask-compress",
8989
"flask-talisman",

0 commit comments

Comments
 (0)