diff --git a/poetry.lock b/poetry.lock index 950c0255f17f..40f335649ba7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6866,13 +6866,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "sqlglot" -version = "25.11.0" +version = "25.12.0" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.7" files = [ - {file = "sqlglot-25.11.0-py3-none-any.whl", hash = "sha256:e706520a35f8bcfe601633071af5d2257b9b57873dca8a519714b8382798e1b9"}, - {file = "sqlglot-25.11.0.tar.gz", hash = "sha256:d513adb63a16db74907079c91e43c371aed48e16567e0083819e03b173f96709"}, + {file = "sqlglot-25.12.0-py3-none-any.whl", hash = "sha256:b0a9e512dbc8e2acec90b1d3ed27624f8f0f4ceaae30ac88817bec72ff3e89ca"}, + {file = "sqlglot-25.12.0.tar.gz", hash = "sha256:3106c2a8fe0209b5d1a4fdfc9e92ad0afa4ce5d2154276c5fa58b47dcf7c5b7d"}, ] [package.extras] @@ -7859,4 +7859,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "299c672adffa43bf93007bc472098492f82aac7e1b072117ee1b2001743ba14d" +content-hash = "fb9a8cd17d3e458531f5b910a4f255a417b2c9360e881a108597a329a4c20fa4" diff --git a/pyproject.toml b/pyproject.toml index d0c2867db8bd..05b72b19e76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ atpublic = ">=2.3,<6" parsy = ">=2,<3" python-dateutil = ">=2.8.2,<3" pytz = ">=2022.7" -sqlglot = ">=23.4,<25.12" +sqlglot = ">=23.4,<25.13" toolz = ">=0.11,<1" typing-extensions = ">=4.3.0,<5" numpy = { version = ">=1.23.2,<3", optional = true } diff --git a/requirements-dev.txt b/requirements-dev.txt index 0c6e42e1ba40..17ec423dcea3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -257,7 +257,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.10" and python_version < "4.0" soupsieve==2.5 ; python_version >= "3.10" and python_version < "3.13" sphobjinv==2.3.1.1 ; python_version >= "3.10" and python_version < "3.13" sqlalchemy==2.0.32 ; python_version >= "3.10" and python_version < "3.13" -sqlglot==25.11.0 ; python_version >= "3.10" and python_version < "4.0" +sqlglot==25.12.0 ; python_version >= "3.10" and python_version < "4.0" stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0" statsmodels==0.14.2 ; python_version >= "3.10" and python_version < "3.13" tabulate==0.9.0 ; python_version >= "3.10" and python_version < "3.13"