From eca75bb8a7a4135cf4f063e988897895b0e98711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:28:51 +0000 Subject: [PATCH] chore(uv): update sqlfluff requirement from >=4.0.0 to >=4.1.0 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.0.0...4.1.0) --- updated-dependencies: - dependency-name: sqlfluff dependency-version: 4.1.0 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 1c7909b9..645a69f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "pytest>=9.0.2", "pytest-cov>=7.0.0", "ruff>=0.14.14", - "sqlfluff>=4.0.0", + "sqlfluff>=4.1.0", "ty>=0.0.14", ]