Skip to content

Commit 321a382

Browse files
fix(deps): update dependency sqlglot to >=23.4,<25.31 (#10472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <[email protected]>
1 parent 2650f7c commit 321a382

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

ibis/backends/tests/snapshots/test_sql/test_union_aliasing/duckdb/out.sql

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ WITH "t5" AS (
2727
"t0"."field_of_study",
2828
UNNEST(
2929
CAST([
30-
ROW('1970-71', "t0"."1970-71"),
31-
ROW('1975-76', "t0"."1975-76"),
32-
ROW('1980-81', "t0"."1980-81"),
33-
ROW('1985-86', "t0"."1985-86"),
34-
ROW('1990-91', "t0"."1990-91"),
35-
ROW('1995-96', "t0"."1995-96"),
36-
ROW('2000-01', "t0"."2000-01"),
37-
ROW('2005-06', "t0"."2005-06"),
38-
ROW('2010-11', "t0"."2010-11"),
39-
ROW('2011-12', "t0"."2011-12"),
40-
ROW('2012-13', "t0"."2012-13"),
41-
ROW('2013-14', "t0"."2013-14"),
42-
ROW('2014-15', "t0"."2014-15"),
43-
ROW('2015-16', "t0"."2015-16"),
44-
ROW('2016-17', "t0"."2016-17"),
45-
ROW('2017-18', "t0"."2017-18"),
46-
ROW('2018-19', "t0"."2018-19"),
47-
ROW('2019-20', "t0"."2019-20")
30+
{'years': '1970-71', 'degrees': "t0"."1970-71"},
31+
{'years': '1975-76', 'degrees': "t0"."1975-76"},
32+
{'years': '1980-81', 'degrees': "t0"."1980-81"},
33+
{'years': '1985-86', 'degrees': "t0"."1985-86"},
34+
{'years': '1990-91', 'degrees': "t0"."1990-91"},
35+
{'years': '1995-96', 'degrees': "t0"."1995-96"},
36+
{'years': '2000-01', 'degrees': "t0"."2000-01"},
37+
{'years': '2005-06', 'degrees': "t0"."2005-06"},
38+
{'years': '2010-11', 'degrees': "t0"."2010-11"},
39+
{'years': '2011-12', 'degrees': "t0"."2011-12"},
40+
{'years': '2012-13', 'degrees': "t0"."2012-13"},
41+
{'years': '2013-14', 'degrees': "t0"."2013-14"},
42+
{'years': '2014-15', 'degrees': "t0"."2014-15"},
43+
{'years': '2015-16', 'degrees': "t0"."2015-16"},
44+
{'years': '2016-17', 'degrees': "t0"."2016-17"},
45+
{'years': '2017-18', 'degrees': "t0"."2017-18"},
46+
{'years': '2018-19', 'degrees': "t0"."2018-19"},
47+
{'years': '2019-20', 'degrees': "t0"."2019-20"}
4848
] AS STRUCT("years" TEXT, "degrees" BIGINT)[])
4949
) AS "__pivoted__"
5050
FROM "humanities" AS "t0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"parsy>=2,<3",
3131
"python-dateutil>=2.8.2,<3",
3232
"pytz>=2022.7",
33-
"sqlglot>=23.4,<25.30",
33+
"sqlglot>=23.4,<25.31",
3434
"toolz>=0.11,<2",
3535
"typing-extensions>=4.3.0,<5",
3636
]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.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.

0 commit comments

Comments
 (0)