Skip to content

Commit

Permalink
fix: bump FAB to 4.3.11 (apache#27039)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored and michael-s-molina committed Feb 13, 2024
1 parent d2d98be commit 6731d15
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
11 changes: 8 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ flask==2.2.5
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.3.10
flask-appbuilder==4.3.11
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
Expand Down Expand Up @@ -135,7 +135,9 @@ humanize==3.11.0
idna==3.2
# via email-validator
importlib-metadata==6.6.0
# via apache-superset
# via
# apache-superset
# flask
importlib-resources==5.12.0
# via limits
isodate==0.6.0
Expand Down Expand Up @@ -295,6 +297,7 @@ typing-extensions==4.4.0
# via
# apache-superset
# flask-limiter
# kombu
# limits
urllib3==1.26.6
# via selenium
Expand Down Expand Up @@ -325,7 +328,9 @@ wtforms-json==0.3.5
xlsxwriter==3.0.7
# via apache-superset
zipp==3.15.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
4 changes: 3 additions & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ ptyprocess==0.7.0
pure-eval==0.2.2
# via stack-data
pure-sasl==0.6.2
# via thrift-sasl
# via
# pyhive
# thrift-sasl
pyasn1==0.5.0
# via
# pyasn1-modules
Expand Down
6 changes: 6 additions & 0 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ pyproject-hooks==1.0.0
# via build
pyyaml==6.0.1
# via pre-commit
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-api
# tox
toposort==1.10
# via pip-compile-multi
tox==4.6.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_git_sha() -> str:
"cryptography>=39.0.1, <40",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.3.10, <5.0.0",
"flask-appbuilder>=4.3.11, <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 6731d15

Please sign in to comment.