From 6fffa505c7a3900ed66b4b0aa851820b21bb95cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:03:54 -0400 Subject: [PATCH] fix(deps): update dependency sqlglot to >=23.4,<25.29 (#10375) 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 | 10 +++++----- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3ea0c4376cac..8ec68ebc2a72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7288,18 +7288,18 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "sqlglot" -version = "25.27.0" +version = "25.28.0" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.7" files = [ - {file = "sqlglot-25.27.0-py3-none-any.whl", hash = "sha256:6dbed60971542f1a69775f1f642359097859df4db440d4601cb75cb4cd9fe936"}, - {file = "sqlglot-25.27.0.tar.gz", hash = "sha256:0a225bd0967bb1830a4fa9e9072eb1a4e74e9f80b5ff99f4bba52a60330322e9"}, + {file = "sqlglot-25.28.0-py3-none-any.whl", hash = "sha256:01a6b76dd916c2ce39a5f808559e337600ea261873d25be0dc7f99da3d24860d"}, + {file = "sqlglot-25.28.0.tar.gz", hash = "sha256:1bfcadada28bcab873382b271ed30138597cbf8893d90cc259563f9498bd1b49"}, ] [package.extras] dev = ["duckdb (>=0.6)", "maturin (>=1.4,<2.0)", "mypy", "pandas", "pandas-stubs", "pdoc", "pre-commit", "python-dateutil", "pytz", "ruff (==0.4.3)", "types-python-dateutil", "types-pytz", "typing-extensions"] -rs = ["sqlglotrs (==0.2.12)"] +rs = ["sqlglotrs (==0.2.13)"] [[package]] name = "stack-data" @@ -8379,4 +8379,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ea9f0a3232cf8920374ebfb00ac2eda6a64ced4cbcc1f90a593d96390672aa40" +content-hash = "c4d3597f7149fb7c4728cbdee92e99134e20ff0347d655daf8ec6bc082887ab2" diff --git a/pyproject.toml b/pyproject.toml index 960c68e97322..eba83a7621c8 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.28" +sqlglot = ">=23.4,<25.29" toolz = ">=0.11,<2" 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 fd3f53bc20a5..07fde15a13a3 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.6 ; 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.36 ; python_version >= "3.10" and python_version < "3.13" -sqlglot==25.27.0 ; python_version >= "3.10" and python_version < "4.0" +sqlglot==25.28.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.4 ; python_version >= "3.10" and python_version < "3.13" tabulate==0.9.0 ; python_version >= "3.10" and python_version < "3.13"