Skip to content

Commit 92c4029

Browse files
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](sqlfluff/sqlfluff@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] <support@github.com>
1 parent e6247aa commit 92c4029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev = [
3030
"pytest>=9.0.3",
3131
"pytest-cov>=7.1.0",
3232
"ruff>=0.15.12",
33-
"sqlfluff>=4.2.0",
33+
"sqlfluff>=4.2.1",
3434
"ty>=0.0.36",
3535
]
3636

0 commit comments

Comments
 (0)