From 4c3c7c458cd996363abd1f6bfe1d98fce277df78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:55:12 +0000 Subject: [PATCH] build(deps): bump sqlfluff from 3.2.4 to 3.2.5 Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.2.4 to 3.2.5. - [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/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: sqlfluff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d1d1c45..53ada58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "dataform", ] dependencies = [ - "sqlfluff==3.2.4" + "sqlfluff==3.2.5" ] [project.entry-points.sqlfluff] diff --git a/requirements.txt b/requirements.txt index 72a0c59..99c705f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,4 +31,4 @@ types-tqdm requests ghapi yamllint -sqlfluff==3.2.4 +sqlfluff==3.2.5