From aae4dae3b77355f12620749c7ad0d00f9bb116b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:24:01 +0000 Subject: [PATCH] build(deps): bump sqlfluff in /databricks-builder-app Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 4.0.4 to 4.2.0. - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlfluff/sqlfluff/compare/4.0.4...4.2.0) --- updated-dependencies: - dependency-name: sqlfluff dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- databricks-builder-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks-builder-app/requirements.txt b/databricks-builder-app/requirements.txt index 4bba6c3b..874bab6a 100644 --- a/databricks-builder-app/requirements.txt +++ b/databricks-builder-app/requirements.txt @@ -437,7 +437,7 @@ sqlalchemy==2.1.0b1 # databricks-builder-app (pyproject.toml) # alembic # mlflow -sqlfluff==4.0.4 +sqlfluff==4.2.0 # via databricks-builder-app (pyproject.toml) sqlglot==30.0.3 # via databricks-builder-app (pyproject.toml)