Skip to content

Commit

Permalink
chore: bump FAB to 4.5.3 (#31947)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Jan 22, 2025
1 parent 78cd635 commit 983aa82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 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, <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.3, <5.0.0",
"flask-caching>=2.1.0, <3",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",
Expand Down
20 changes: 3 additions & 17 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ email-validator==2.2.0
# via flask-appbuilder
et-xmlfile==2.0.0
# via openpyxl
exceptiongroup==1.2.2
# via
# cattrs
# trio
# trio-websocket
flask==2.3.3
# via
# apache-superset (pyproject.toml)
Expand All @@ -113,7 +108,7 @@ flask==2.3.3
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.5.2
flask-appbuilder==4.5.3
# via apache-superset (pyproject.toml)
flask-babel==2.0.0
# via flask-appbuilder
Expand Down Expand Up @@ -153,7 +148,6 @@ greenlet==3.0.3
# via
# apache-superset (pyproject.toml)
# shillelagh
# sqlalchemy
gunicorn==23.0.0
# via apache-superset (pyproject.toml)
h11==0.14.0
Expand All @@ -170,11 +164,7 @@ idna==3.10
# requests
# trio
importlib-metadata==8.5.0
# via
# apache-superset (pyproject.toml)
# flask
# markdown
# shillelagh
# via apache-superset (pyproject.toml)
importlib-resources==6.4.5
# via limits
isodate==0.7.2
Expand Down Expand Up @@ -387,9 +377,7 @@ typing-extensions==4.12.2
# apache-superset (pyproject.toml)
# alembic
# flask-limiter
# kombu
# limits
# rich
# selenium
# shillelagh
tzdata==2024.2
Expand Down Expand Up @@ -440,8 +428,6 @@ xlsxwriter==3.0.9
# apache-superset (pyproject.toml)
# pandas
zipp==3.21.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata
zstandard==0.23.0
# via flask-compress
26 changes: 1 addition & 25 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ apsw==3.46.0.0
# via
# -c requirements/base.txt
# shillelagh
async-timeout==4.0.3
# via
# -c requirements/base.txt
# redis
attrs==24.2.0
# via
# -c requirements/base.txt
Expand Down Expand Up @@ -175,13 +171,6 @@ et-xmlfile==2.0.0
# via
# -c requirements/base.txt
# openpyxl
exceptiongroup==1.2.2
# via
# -c requirements/base.txt
# cattrs
# pytest
# trio
# trio-websocket
filelock==3.12.2
# via virtualenv
flask==2.3.3
Expand All @@ -201,7 +190,7 @@ flask==2.3.3
# flask-sqlalchemy
# flask-testing
# flask-wtf
flask-appbuilder==4.5.2
flask-appbuilder==4.5.3
# via
# -c requirements/base.txt
# apache-superset
Expand Down Expand Up @@ -317,7 +306,6 @@ greenlet==3.0.3
# apache-superset
# gevent
# shillelagh
# sqlalchemy
grpcio==1.68.0
# via
# apache-superset
Expand Down Expand Up @@ -358,14 +346,10 @@ importlib-metadata==8.5.0
# via
# -c requirements/base.txt
# apache-superset
# flask
# markdown
# shillelagh
importlib-resources==6.4.5
# via
# -c requirements/base.txt
# limits
# matplotlib
# prophet
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -820,10 +804,6 @@ tabulate==0.8.10
# via
# -c requirements/base.txt
# apache-superset
tomli==2.2.1
# via
# coverage
# pytest
tqdm==4.67.1
# via
# cmdstanpy
Expand All @@ -844,11 +824,8 @@ typing-extensions==4.12.2
# -c requirements/base.txt
# alembic
# apache-superset
# cattrs
# flask-limiter
# kombu
# limits
# rich
# selenium
# shillelagh
tzdata==2024.2
Expand Down Expand Up @@ -925,7 +902,6 @@ zipp==3.21.0
# via
# -c requirements/base.txt
# importlib-metadata
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==5.4.0
Expand Down

0 comments on commit 983aa82

Please sign in to comment.