This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch supersetbot-bump-flask-appbuilder in repository https://gitbox.apache.org/repos/asf/superset.git
commit a7474445e05e8fadb8259ed94facade905a456a8 Author: GitHub Action <act...@github.com> AuthorDate: Wed Mar 12 21:49:46 2025 +0000 chore(🦾): bump python flask-appbuilder subpackage(s) --- requirements/base.txt | 39 +++++++++++++++----------- requirements/development.txt | 65 ++++++++++++++++++++++++------------------- requirements/translations.txt | 2 +- 3 files changed, 61 insertions(+), 45 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 871b9566c8..5d50a6d2b9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ alembic==1.15.1 # via flask-migrate amqp==5.3.1 # via kombu -apispec==6.3.0 +apispec==6.8.1 # via flask-appbuilder apsw==3.46.0.0 # via shillelagh @@ -12,14 +12,15 @@ async-timeout==4.0.3 # via # -r requirements/base.in # redis -attrs==24.2.0 +attrs==25.2.0 # via # cattrs # jsonschema # outcome + # referencing # requests-cache # trio -babel==2.16.0 +babel==2.17.0 # via flask-babel backoff==2.2.1 # via apache-superset (pyproject.toml) @@ -86,7 +87,7 @@ cryptography==44.0.2 # pyopenssl defusedxml==0.7.1 # via odfpy -deprecated==1.2.15 +deprecated==1.2.18 # via limits deprecation==2.1.0 # via apache-superset (pyproject.toml) @@ -125,7 +126,7 @@ flask-compress==1.17 # via apache-superset (pyproject.toml) flask-jwt-extended==4.7.1 # via flask-appbuilder -flask-limiter==3.8.0 +flask-limiter==3.11.0 # via flask-appbuilder flask-login==0.6.3 # via @@ -173,8 +174,6 @@ idna==3.10 # trio importlib-metadata==8.6.1 # via apache-superset (pyproject.toml) -importlib-resources==6.4.5 - # via limits isodate==0.7.2 # via apache-superset (pyproject.toml) itsdangerous==2.2.0 @@ -187,13 +186,15 @@ jinja2==3.1.6 # flask-babel jsonpath-ng==1.7.0 # via apache-superset (pyproject.toml) -jsonschema==4.17.3 +jsonschema==4.23.0 # via flask-appbuilder +jsonschema-specifications==2024.10.1 + # via jsonschema kombu==5.4.2 # via celery korean-lunar-calendar==0.3.1 # via holidays -limits==3.13.0 +limits==4.2 # via flask-limiter mako==1.3.9 # via @@ -209,11 +210,11 @@ markupsafe==3.0.2 # mako # werkzeug # wtforms -marshmallow==3.23.1 +marshmallow==3.26.1 # via # flask-appbuilder # marshmallow-sqlalchemy -marshmallow-sqlalchemy==0.28.2 +marshmallow-sqlalchemy==1.4.1 # via flask-appbuilder mdurl==0.1.2 # via markdown-it-py @@ -248,7 +249,6 @@ packaging==24.2 # gunicorn # limits # marshmallow - # marshmallow-sqlalchemy # shillelagh pandas==2.0.3 # via apache-superset (pyproject.toml) @@ -280,7 +280,7 @@ pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi -pygments==2.18.0 +pygments==2.19.1 # via rich pyjwt==2.10.1 # via @@ -293,8 +293,6 @@ pyopenssl==25.0.0 # via shillelagh pyparsing==3.2.1 # via apache-superset (pyproject.toml) -pyrsistent==0.20.0 - # via jsonschema pysocks==1.7.1 # via urllib3 python-dateutil==2.9.0.post0 @@ -323,6 +321,10 @@ pyyaml==6.0.2 # apispec redis==4.6.0 # via apache-superset (pyproject.toml) +referencing==0.36.2 + # via + # jsonschema + # jsonschema-specifications requests==2.32.2 # via # requests-cache @@ -331,6 +333,10 @@ requests-cache==1.2.0 # via shillelagh rich==13.9.4 # via flask-limiter +rpds-py==0.23.1 + # via + # jsonschema + # referencing rsa==4.9 # via google-auth selenium==4.27.1 @@ -386,6 +392,7 @@ typing-extensions==4.12.2 # flask-limiter # limits # pyopenssl + # referencing # rich # selenium # shillelagh @@ -418,7 +425,7 @@ werkzeug==3.1.3 # flask-appbuilder # flask-jwt-extended # flask-login -wrapt==1.17.0 +wrapt==1.17.2 # via deprecated wsproto==1.2.0 # via trio-websocket diff --git a/requirements/development.txt b/requirements/development.txt index 5a155d2e51..e43d3650e5 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -10,7 +10,7 @@ amqp==5.3.1 # via # -c requirements/base.txt # kombu -apispec==6.3.0 +apispec==6.8.1 # via # -c requirements/base.txt # flask-appbuilder @@ -22,15 +22,16 @@ async-timeout==4.0.3 # via # -c requirements/base.txt # redis -attrs==24.2.0 +attrs==25.2.0 # via # -c requirements/base.txt # cattrs # jsonschema # outcome + # referencing # requests-cache # trio -babel==2.16.0 +babel==2.17.0 # via # -c requirements/base.txt # flask-babel @@ -151,7 +152,7 @@ defusedxml==0.7.1 # via # -c requirements/base.txt # odfpy -deprecated==1.2.15 +deprecated==1.2.18 # via # -c requirements/base.txt # limits @@ -223,7 +224,7 @@ flask-jwt-extended==4.7.1 # via # -c requirements/base.txt # flask-appbuilder -flask-limiter==3.8.0 +flask-limiter==3.11.0 # via # -c requirements/base.txt # flask-appbuilder @@ -358,11 +359,8 @@ importlib-metadata==8.6.1 # via # -c requirements/base.txt # apache-superset -importlib-resources==6.4.5 - # via - # -c requirements/base.txt - # limits - # prophet +importlib-resources==6.5.2 + # via prophet iniconfig==2.0.0 # via pytest isodate==0.7.2 @@ -383,15 +381,19 @@ jsonpath-ng==1.7.0 # via # -c requirements/base.txt # apache-superset -jsonschema==4.17.3 +jsonschema==4.23.0 # via # -c requirements/base.txt # flask-appbuilder - # jsonschema-spec # openapi-schema-validator # openapi-spec-validator -jsonschema-spec==0.1.6 +jsonschema-path==0.3.4 # via openapi-spec-validator +jsonschema-specifications==2024.10.1 + # via + # -c requirements/base.txt + # jsonschema + # openapi-schema-validator kiwisolver==1.4.7 # via matplotlib kombu==5.4.2 @@ -404,7 +406,7 @@ korean-lunar-calendar==0.3.1 # holidays lazy-object-proxy==1.10.0 # via openapi-spec-validator -limits==3.13.0 +limits==4.2 # via # -c requirements/base.txt # flask-limiter @@ -428,12 +430,12 @@ markupsafe==3.0.2 # mako # werkzeug # wtforms -marshmallow==3.23.1 +marshmallow==3.26.1 # via # -c requirements/base.txt # flask-appbuilder # marshmallow-sqlalchemy -marshmallow-sqlalchemy==0.28.2 +marshmallow-sqlalchemy==1.4.1 # via # -c requirements/base.txt # flask-appbuilder @@ -478,9 +480,9 @@ odfpy==1.4.1 # via # -c requirements/base.txt # pandas -openapi-schema-validator==0.4.4 +openapi-schema-validator==0.6.3 # via openapi-spec-validator -openapi-spec-validator==0.5.6 +openapi-spec-validator==0.7.1 # via apache-superset openpyxl==3.1.5 # via @@ -506,7 +508,6 @@ packaging==24.2 # gunicorn # limits # marshmallow - # marshmallow-sqlalchemy # matplotlib # pytest # shillelagh @@ -533,7 +534,7 @@ parsedatetime==2.6 # -c requirements/base.txt # apache-superset pathable==0.4.3 - # via jsonschema-spec + # via jsonschema-path pgsanity==0.2.9 # via # -c requirements/base.txt @@ -613,7 +614,7 @@ pydruid==0.6.9 # via apache-superset pyfakefs==5.3.5 # via apache-superset -pygments==2.18.0 +pygments==2.19.1 # via # -c requirements/base.txt # rich @@ -640,10 +641,6 @@ pyparsing==3.2.1 # -c requirements/base.txt # apache-superset # matplotlib -pyrsistent==0.20.0 - # via - # -c requirements/base.txt - # jsonschema pysocks==1.7.1 # via # -c requirements/base.txt @@ -698,19 +695,25 @@ pyyaml==6.0.2 # -c requirements/base.txt # apache-superset # apispec - # jsonschema-spec + # jsonschema-path # pre-commit redis==4.6.0 # via # -c requirements/base.txt # apache-superset +referencing==0.36.2 + # via + # -c requirements/base.txt + # jsonschema + # jsonschema-path + # jsonschema-specifications requests==2.32.2 # via # -c requirements/base.txt # docker # google-api-core # google-cloud-bigquery - # jsonschema-spec + # jsonschema-path # pydruid # pyhive # requests-cache @@ -729,6 +732,11 @@ rich==13.9.4 # via # -c requirements/base.txt # flask-limiter +rpds-py==0.23.1 + # via + # -c requirements/base.txt + # jsonschema + # referencing rsa==4.9 # via # -c requirements/base.txt @@ -840,6 +848,7 @@ typing-extensions==4.12.2 # flask-limiter # limits # pyopenssl + # referencing # rich # selenium # shillelagh @@ -885,7 +894,7 @@ werkzeug==3.1.3 # flask-appbuilder # flask-jwt-extended # flask-login -wrapt==1.17.0 +wrapt==1.17.2 # via # -c requirements/base.txt # deprecated diff --git a/requirements/translations.txt b/requirements/translations.txt index cc863d50fc..1cd3ce84d7 100644 --- a/requirements/translations.txt +++ b/requirements/translations.txt @@ -1,4 +1,4 @@ # This file was autogenerated by uv via the following command: # uv pip compile requirements/translations.in -o requirements/translations.txt -babel==2.16.0 +babel==2.17.0 # via -r requirements/translations.in