From fe598589518f5556288dbbc43069526cf55d6bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:34:39 +0000 Subject: [PATCH] build(deps): bump sqlfluff from 3.2.5 to 3.3.0 Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.2.5 to 3.3.0. - [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.5...3.3.0) --- updated-dependencies: - dependency-name: sqlfluff dependency-type: direct:production update-type: version-update:semver-minor ... 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 718c27c..ed0bc7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "dataform", ] dependencies = [ - "sqlfluff==3.2.5" + "sqlfluff==3.3.0" ] [project.entry-points.sqlfluff] diff --git a/requirements.txt b/requirements.txt index 99c705f..00ae3f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,4 +31,4 @@ types-tqdm requests ghapi yamllint -sqlfluff==3.2.5 +sqlfluff==3.3.0