Skip to content

Commit

Permalink
fix: bump FAB to 4.5.4 (apache#32325)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 25, 2025
1 parent a08c18f commit c02a0a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"cryptography>=42.0.4, <45.0.0",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.5.3, <5.0.0",
"flask-appbuilder>=4.5.4, <5.0.0",
"flask-caching>=2.1.0, <3",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ flask==2.3.3
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.5.3
flask-appbuilder==4.5.4
# via apache-superset (pyproject.toml)
flask-babel==2.0.0
# via flask-appbuilder
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ flask==2.3.3
# flask-sqlalchemy
# flask-testing
# flask-wtf
flask-appbuilder==4.5.3
flask-appbuilder==4.5.4
# via
# -c requirements/base.txt
# apache-superset
Expand Down

0 comments on commit c02a0a0

Please sign in to comment.