Skip to content

Commit 4c136d8

Browse files
fix(deps): update dependency sqlglot to >=23.4,<25.19 (#9962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <[email protected]>
1 parent 6e6e2c8 commit 4c136d8

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
@@ -41,7 +41,7 @@ atpublic = ">=2.3,<6"
4141
parsy = ">=2,<3"
4242
python-dateutil = ">=2.8.2,<3"
4343
pytz = ">=2022.7"
44-
sqlglot = ">=23.4,<25.18"
44+
sqlglot = ">=23.4,<25.19"
4545
toolz = ">=0.11,<1"
4646
typing-extensions = ">=4.3.0,<5"
4747
numpy = { version = ">=1.23.2,<3", optional = true }

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
256256
soupsieve==2.6 ; python_version >= "3.10" and python_version < "3.13"
257257
sphobjinv==2.3.1.1 ; python_version >= "3.10" and python_version < "3.13"
258258
sqlalchemy==2.0.32 ; python_version >= "3.10" and python_version < "3.13"
259-
sqlglot==25.17.0 ; python_version >= "3.10" and python_version < "4.0"
259+
sqlglot==25.18.0 ; python_version >= "3.10" and python_version < "4.0"
260260
stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0"
261261
statsmodels==0.14.2 ; python_version >= "3.10" and python_version < "3.13"
262262
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "3.13"

0 commit comments

Comments
 (0)