Skip to content

Commit d4a2ea2

Browse files
fix(deps): update dependency sqlglot to >=23.4,<25.8 (#9696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4f3940 commit d4a2ea2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.7"
49+
sqlglot = ">=23.4,<25.8"
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.6.1 ; python_version >= "3.10" and python_version < "4.0"
258+
sqlglot==25.7.1 ; 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)