Skip to content

Commit

Permalink
chore: bump FAB to 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Oct 23, 2024
1 parent 6fef6ac commit a000187
Show file tree
Hide file tree
Showing 2 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 @@ -45,7 +45,7 @@ dependencies = [
"cryptography>=42.0.4, <44.0.0",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.5.0, <5.0.0",
"flask-appbuilder==4.5.2rc1",
"flask-caching>=2.1.0, <3",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ flask==2.3.3
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.5.0
flask-appbuilder==4.5.2rc1
# via apache-superset
flask-babel==2.0.0
# via flask-appbuilder
Expand Down Expand Up @@ -394,7 +394,7 @@ werkzeug==3.0.3
# flask-login
wrapt==1.16.0
# via deprecated
wtforms==3.1.2
wtforms==3.2.1
# via
# apache-superset
# flask-appbuilder
Expand Down

0 comments on commit a000187

Please sign in to comment.