From ea5b201c2e4e4fb7c0c066e8485844f67967eb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:56:51 +0000 Subject: [PATCH] Update sqlglot requirement from <25.26,>=25.5.0 to >=25.5.0,<25.27 Updates the requirements on [sqlglot](https://github.com/tobymao/sqlglot) to permit the latest version. - [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md) - [Commits](https://github.com/tobymao/sqlglot/compare/v25.5.0...v25.26.0) --- updated-dependencies: - dependency-name: sqlglot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5361092418..a437a1104e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = ["databricks-sdk~=0.30", "databricks-labs-lsql>=0.5,<0.13", "databricks-labs-blueprint>=0.9.1,<0.10", "PyYAML>=6.0.0,<7.0.0", - "sqlglot>=25.5.0,<25.26", + "sqlglot>=25.5.0,<25.27", "astroid>=3.3.1"] [project.optional-dependencies]