From a47be79e34ebbf0dfc37d73a2a3f6b1dbe95b50a Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:16:07 -0400 Subject: [PATCH] fix(deps): bump sqlglot lower bound --- 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 f502e6b260f2..21ccbd4522f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5374,13 +5374,13 @@ sqlalchemy = ">=1.0.0" [[package]] name = "sqlglot" -version = "18.11.4" +version = "18.12.0" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.7" files = [ - {file = "sqlglot-18.11.4-py3-none-any.whl", hash = "sha256:f2a1e885b60c4780343923b8b8a81d4dfdf67b6097e2e75fbff97f3eefc58e5f"}, - {file = "sqlglot-18.11.4.tar.gz", hash = "sha256:90552172e26ee5a7f2be4d04743ec2797d3cbec6e6320a5afda39b995549e161"}, + {file = "sqlglot-18.12.0-py3-none-any.whl", hash = "sha256:e43489daa6ca685e4a95ba316f4a43c367d4c39b87788eec38718ea4bfd58451"}, + {file = "sqlglot-18.12.0.tar.gz", hash = "sha256:71269ea98e158978362afaa5a3db313641a96b3ac70aaee35ff1b129dec3e9e6"}, ] [package.extras] @@ -6101,4 +6101,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8994dfce7b2294e106595fdf0141bbb699edf6c28fa4f3e7237d9cd5045cabcc" +content-hash = "4caab94d114794c7f40a0d0f8d6aa7303e10f8a620c843f1c75f065086ee699d" diff --git a/pyproject.toml b/pyproject.toml index 82f3f03d4fd8..2a99edefe13b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pyarrow = ">=2,<14" python-dateutil = ">=2.8.2,<3" pytz = ">=2022.7" rich = ">=12.4.4,<14" -sqlglot = ">=18.7.0,<19" +sqlglot = ">=18.12.0,<19" toolz = ">=0.11,<1" typing-extensions = ">=4.3.0,<5" black = { version = ">=22.1.0,<24", optional = true } diff --git a/requirements-dev.txt b/requirements-dev.txt index 8823e7f6f03d..0cf9200c2e94 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -194,7 +194,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0" sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "4.0" sqlalchemy-views==0.3.2 ; python_version >= "3.9" and python_version < "4.0" sqlalchemy==1.4.49 ; python_version >= "3.9" and python_version < "4.0" -sqlglot==18.11.4 ; python_version >= "3.9" and python_version < "4.0" +sqlglot==18.12.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.0 ; python_version >= "3.10" and python_version < "4.0" stdlib-list==0.9.0 ; python_version >= "3.9" and python_version < "4.0"