Skip to content

Commit b1d8b2e

Browse files
fix(deps): update dependency sqlglot to >=23.4,<25.9 (#9719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <[email protected]>
1 parent 52c4911 commit b1d8b2e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SELECT
2-
indexOf(['a','b','c'], "t0"."string_col") - 1 AS "FindInSet(string_col, ('a', 'b', 'c'))"
2+
indexOf(['a', 'b', 'c'], "t0"."string_col") - 1 AS "FindInSet(string_col, ('a', 'b', 'c'))"
33
FROM "functional_alltypes" AS "t0"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pyarrow-hotfix = { version = ">=0.4,<1", optional = true }
4646
python-dateutil = ">=2.8.2,<3"
4747
pytz = ">=2022.7"
4848
rich = ">=12.4.4,<14"
49-
sqlglot = ">=23.4,<25.8"
49+
sqlglot = ">=23.4,<25.9"
5050
toolz = ">=0.11,<1"
5151
typing-extensions = ">=4.3.0,<5"
5252
black = { version = ">=22.1.0,<25", optional = true }

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
255255
soupsieve==2.5 ; python_version >= "3.10" and python_version < "3.13"
256256
sphobjinv==2.3.1.1 ; python_version >= "3.10" and python_version < "3.13"
257257
sqlalchemy==2.0.31 ; python_version >= "3.10" and python_version < "3.13"
258-
sqlglot==25.7.1 ; python_version >= "3.10" and python_version < "4.0"
258+
sqlglot==25.8.0 ; python_version >= "3.10" and python_version < "4.0"
259259
stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0"
260260
statsmodels==0.14.2 ; python_version >= "3.10" and python_version < "3.13"
261261
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "3.13"

0 commit comments

Comments
 (0)