From b0ae91d983e40b4c24dc93eef2675d2bdc6a507b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 00:30:21 +0000 Subject: [PATCH] Bump sqlfluff from 4.1.0 to 4.2.0 Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 4.1.0 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.1.0...4.2.0) --- updated-dependencies: - dependency-name: sqlfluff dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 100039be..121ecd76 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -62,7 +62,7 @@ regex==2026.1.15 # via sqlfluff six==1.17.0 # via python-dateutil -sqlfluff==4.1.0 +sqlfluff==4.2.0 # via mimic_utils (pyproject.toml) sqlglot==30.11.0 # via mimic_utils (pyproject.toml)