Skip to content

Commit 021df72

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

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

poetry.lock

Lines changed: 10 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.23"
44+
sqlglot = ">=23.4,<25.24"
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
@@ -254,7 +254,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
254254
soupsieve==2.6 ; python_version >= "3.10" and python_version < "3.13"
255255
sphobjinv==2.3.1.1 ; python_version >= "3.10" and python_version < "3.13"
256256
sqlalchemy==2.0.35 ; python_version >= "3.10" and python_version < "3.13"
257-
sqlglot==25.22.0 ; python_version >= "3.10" and python_version < "4.0"
257+
sqlglot==25.23.2 ; python_version >= "3.10" and python_version < "4.0"
258258
stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0"
259259
statsmodels==0.14.3 ; python_version >= "3.10" and python_version < "3.13"
260260
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "3.13"

0 commit comments

Comments
 (0)