Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(🦾): bump python sqlglot 23.2.0 -> 23.6.3 #27875

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,7 @@ idna==3.2
# email-validator
# requests
importlib-metadata==6.6.0
# via
# apache-superset
# flask
# markdown
# shillelagh
# via apache-superset
importlib-resources==5.12.0
# via limits
isodate==0.6.1
Expand Down Expand Up @@ -353,7 +349,7 @@ sqlalchemy-utils==0.38.3
# via
# apache-superset
# flask-appbuilder
sqlglot==23.2.0
sqlglot==23.6.3
# via apache-superset
sqlparse==0.4.4
# via apache-superset
Expand All @@ -367,7 +363,6 @@ typing-extensions==4.10.0
# apache-superset
# cattrs
# flask-limiter
# kombu
# limits
# shillelagh
tzdata==2023.3
Expand Down Expand Up @@ -409,9 +404,7 @@ wtforms-json==0.3.5
xlsxwriter==3.0.9
# via apache-superset
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading