From 9be06a26262fd0c838315fb0c0db44c15f44ccab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 20:55:25 +0000 Subject: [PATCH] Bump sqlfluff from 3.3.0 to 3.3.1 in /src Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.3.0 to 3.3.1. - [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.3.0...3.3.1) --- updated-dependencies: - dependency-name: sqlfluff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index dac99f87d01..0455b6da25d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,7 +4,7 @@ gunicorn==22.0.0 pytest==8.2.2 pytest-watch==4.2.0 pytest-cov==6.0.0 -sqlfluff==3.3.0 +sqlfluff==3.3.1 # sql/util/* dependencies pandas==2.2.3