From b92dd7b461fe1960f675c252b04f7f182218c1e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:31:47 -0400 Subject: [PATCH] fix(deps): update dependency sqlglot to >=23.4,<23.18 (#9212) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index edd56b150f5e..a9782da3bb87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7072,13 +7072,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "sqlglot" -version = "23.16.0" +version = "23.17.0" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.7" files = [ - {file = "sqlglot-23.16.0-py3-none-any.whl", hash = "sha256:e09856de19123c2adf250c28718775a5fd0880d7418cc93aa733ed55ac6ae15d"}, - {file = "sqlglot-23.16.0.tar.gz", hash = "sha256:94f46b59c47f458e085a7f20593cc690b61dd0ea45edc9bb26914411689b8dc8"}, + {file = "sqlglot-23.17.0-py3-none-any.whl", hash = "sha256:ecd860f4a8278600c537755bcbd60b1a63ef6a0dc33dfb16170ea428422749de"}, + {file = "sqlglot-23.17.0.tar.gz", hash = "sha256:8e5786f26b0b337921cabc32d1222238c9e56f34560e1ac65a9b36178f9bb9e4"}, ] [package.extras] @@ -8083,4 +8083,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1d4810a6449fa0b12e59f4285f11200155c9d6efdde0b5b07e368887878e903a" +content-hash = "a18c9f867f3ec49ce9e03e6eb3d8cd67380368519344390f187ee7c6c43df93f" diff --git a/pyproject.toml b/pyproject.toml index 1d163dcfad81..7f1e98235f1a 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.17" +sqlglot = ">=23.4,<23.18" 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 1d7d92e6c036..f922a636fb3a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -275,7 +275,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.30 ; python_version >= "3.10" and python_version < "3.13" -sqlglot==23.16.0 ; python_version >= "3.9" and python_version < "4.0" +sqlglot==23.17.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.2 ; python_version >= "3.10" and python_version < "3.13" stdlib-list==0.10.0 ; python_version >= "3.9" and python_version < "4.0"