From 40255d3d866a51b900818982aff9d77f8d699877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 01:30:52 +0000 Subject: [PATCH] Bump sqlfluff from 4.1.0 to 4.2.2 Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 4.1.0 to 4.2.2. - [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.2) --- updated-dependencies: - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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..fdd1899f 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.2 # via mimic_utils (pyproject.toml) sqlglot==30.11.0 # via mimic_utils (pyproject.toml)