diff --git a/poetry.lock b/poetry.lock index 188eb5901450..db3734de07b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6408,13 +6408,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "sqlglot" -version = "23.9.0" +version = "23.10.0" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.7" files = [ - {file = "sqlglot-23.9.0-py3-none-any.whl", hash = "sha256:066aac4246cd48f26b9cd4e882b18c69cdc26c7eddc4492a87a8c470b54872b2"}, - {file = "sqlglot-23.9.0.tar.gz", hash = "sha256:809db70a5c15a3d17dad2056ee5d90008945468a5bf12ec17c2df0d73b6f1752"}, + {file = "sqlglot-23.10.0-py3-none-any.whl", hash = "sha256:519ea26007688bbc831939c0c6125762ad5c71339df1ac8184a64d762f75684c"}, + {file = "sqlglot-23.10.0.tar.gz", hash = "sha256:b80a35de7716464de89cc77678d0a7f972e4a8acaaa7cefcdc6db05ffeb6c951"}, ] [package.extras] @@ -7358,4 +7358,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f9df067e7837adbf693f52873978909e9cce8239685b2b2e3fd1634600ea6bdf" +content-hash = "af9832f968554fba7d9eb29c4e90cc05867c1ec9d6a7060f1c534fbb8515fc1c" diff --git a/pyproject.toml b/pyproject.toml index c59230d66cc1..e548fd560253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pyarrow-hotfix = ">=0.4,<1" python-dateutil = ">=2.8.2,<3" pytz = ">=2022.7" rich = ">=12.4.4,<14" -sqlglot = ">=23.4,<23.10" +sqlglot = ">=23.4,<23.11" toolz = ">=0.11,<1" typing-extensions = ">=4.3.0,<5" black = { version = ">=22.1.0,<25", optional = true } diff --git a/requirements-dev.txt b/requirements-dev.txt index 86ae64dc403f..65323d6b91cc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -236,7 +236,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0" soupsieve==2.5 ; python_version >= "3.10" and python_version < "3.13" sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "3.13" sqlalchemy==2.0.29 ; python_version >= "3.9" and python_version < "4.0" -sqlglot==23.9.0 ; python_version >= "3.9" and python_version < "4.0" +sqlglot==23.10.0 ; python_version >= "3.9" and python_version < "4.0" stack-data==0.6.3 ; python_version >= "3.9" and python_version < "4.0" statsmodels==0.14.1 ; python_version >= "3.10" and python_version < "3.13" stdlib-list==0.10.0 ; python_version >= "3.9" and python_version < "4.0"