diff --git a/poetry.lock b/poetry.lock index acbe2883..97a0cef6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -524,20 +524,20 @@ files = [ [[package]] name = "sqlglot" -version = "30.7.0" +version = "30.8.0" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "sqlglot-30.7.0-py3-none-any.whl", hash = "sha256:30421efcf3d57f95e57deaa755f65976c8b10735923f79986595dea912dc8206"}, - {file = "sqlglot-30.7.0.tar.gz", hash = "sha256:eaf90c7d61978ce98fb52718b7a578054bd0cebcc9ab6f3818ad4391ea9d6b69"}, + {file = "sqlglot-30.8.0-py3-none-any.whl", hash = "sha256:af903378c331d5b72277a1b41118f07bc3e50cf4478e2d47eed12c96ee6a22a4"}, + {file = "sqlglot-30.8.0.tar.gz", hash = "sha256:1c5f93fb742dd9aaa75eee6bb33a637794a858b9a86375fac23a2dc0f7bc127e"}, ] [package.extras] -c = ["sqlglotc (==30.7.0) ; python_version >= \"3.10\""] +c = ["sqlglotc (==30.8.0) ; python_version >= \"3.10\""] dev = ["duckdb (>=0.6)", "mypy ; python_version < \"3.10\"", "pandas", "pandas-stubs", "pdoc", "pre-commit", "pyperf", "python-dateutil", "pytz", "ruff (==0.15.6)", "setuptools_scm", "sqlglot-mypy (>=1.20.0.post6) ; python_version >= \"3.10\"", "types-python-dateutil", "types-pytz", "typing_extensions"] -rs = ["sqlglotc (==30.7.0) ; python_version >= \"3.10\"", "sqlglotrs (==0.13.0)"] +rs = ["sqlglotc (==30.8.0) ; python_version >= \"3.10\"", "sqlglotrs (==0.13.0)"] [[package]] name = "tomli" @@ -597,4 +597,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "26d37928ab7400782eb32dc3393f89b56c0a6ee1a1ae9afb898eaeeb794cdc28" +content-hash = "556ac26f5a56e499d08d9c62cb173e507857f6a22af34d190cd80faed382db47" diff --git a/pyproject.toml b/pyproject.toml index a2a22fee..41cfa73e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" -sqlglot = "^30.7.0" +sqlglot = "^30.8.0" [tool.poetry.group.dev.dependencies] coverage = {extras = ["toml"], version = "^7.14"}