Skip to content

Commit

Permalink
fix: bump sqlparse to 0.5.0 (apache#28144)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored and jzhao62 committed May 16, 2024
1 parent f2d5796 commit 3366067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies = [
"sqlalchemy>=1.4, <2",
"sqlalchemy-utils>=0.38.3, <0.39",
"sqlglot>=23.0.2,<24",
"sqlparse>=0.4.4, <0.5",
"sqlparse>=0.5.0",
"tabulate>=0.8.9, <0.9",
"typing-extensions>=4, <5",
"waitress; sys_platform == 'win32'",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ sqlalchemy-utils==0.38.3
# flask-appbuilder
sqlglot==23.6.3
# via apache-superset
sqlparse==0.4.4
sqlparse==0.5.0
# via apache-superset
sshtunnel==0.4.0
# via apache-superset
Expand Down

0 comments on commit 3366067

Please sign in to comment.