From 92c40294332d3be27cc2f1bf716bb621730db002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:16:06 +0000 Subject: [PATCH] chore(uv): update sqlfluff requirement from >=4.2.0 to >=4.2.1 Updates the requirements on [sqlfluff](https://github.com/sqlfluff/sqlfluff) to permit the latest version. - [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.2.0...4.2.1) --- updated-dependencies: - dependency-name: sqlfluff dependency-version: 4.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e43cb7e..b8549c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "pytest>=9.0.3", "pytest-cov>=7.1.0", "ruff>=0.15.12", - "sqlfluff>=4.2.0", + "sqlfluff>=4.2.1", "ty>=0.0.36", ]