This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 766c795106d783dbb20f0b4ed97aa08d0cd8ddb8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 18:52:00 2025 -0700

    chore(🦾): bump python sqlglot 26.1.3 -> 26.11.1 (#32745)
    
    Co-authored-by: GitHub Action <[email protected]>
    (cherry picked from commit 66c1a6a87567336e44ec36a1c7f9477c78c64de1)
---
 requirements/base.txt        | 3 ++-
 requirements/development.txt | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 57b7cf64dc..4a05ef3e0a 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -148,6 +148,7 @@ greenlet==3.0.3
     # via
     #   apache-superset (pyproject.toml)
     #   shillelagh
+    #   sqlalchemy
 gunicorn==23.0.0
     # via apache-superset (pyproject.toml)
 h11==0.14.0
@@ -358,7 +359,7 @@ sqlalchemy-utils==0.38.3
     # via
     #   apache-superset (pyproject.toml)
     #   flask-appbuilder
-sqlglot==26.1.3
+sqlglot==26.11.1
     # via apache-superset (pyproject.toml)
 sqlparse==0.5.2
     # via apache-superset (pyproject.toml)
diff --git a/requirements/development.txt b/requirements/development.txt
index 430aad26aa..8cb440786e 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -306,6 +306,7 @@ greenlet==3.0.3
     #   apache-superset
     #   gevent
     #   shillelagh
+    #   sqlalchemy
 grpcio==1.68.0
     # via
     #   apache-superset
@@ -784,7 +785,7 @@ sqlalchemy-utils==0.38.3
     #   -c requirements/base.txt
     #   apache-superset
     #   flask-appbuilder
-sqlglot==26.1.3
+sqlglot==26.11.1
     # via
     #   -c requirements/base.txt
     #   apache-superset

Reply via email to