Skip to content

Commit

Permalink
bump sqlparse to 0.5 (#9951)
Browse files Browse the repository at this point in the history
* bump sqlparse

* changelog
  • Loading branch information
emmyoop authored Apr 16, 2024
1 parent ee74a60 commit c63ae89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240415-202426.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Bump sqlparse to >=0.5.0, <0.6.0
time: 2024-04-15T20:24:26.768707-05:00
custom:
Author: emmyoop
Issue: "9951"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes)
# and check compatibility / bump in each new minor version of dbt-core.
"pathspec>=0.9,<0.13",
"sqlparse>=0.2.3,<0.5",
"sqlparse>=0.5.0,<0.6.0",
# ----
# These are major-version-0 packages also maintained by dbt-labs.
# Accept patches but avoid automatically updating past a set minor version range.
Expand Down

0 comments on commit c63ae89

Please sign in to comment.