From 00da1503e7f9698d170f1fcd6fc50187956c2e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:05:05 +0000 Subject: [PATCH] requirement: bump sqlfluff from 3.1.1 to 3.2.1 Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.1.1 to 3.2.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.1.1...3.2.1) --- updated-dependencies: - dependency-name: sqlfluff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 3324bdb1..43ec542b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -7,5 +7,5 @@ freezegun==1.5.1 ruff==0.6.9 pytest==8.3.3 pytest-django==4.9.0 -sqlfluff==3.1.1 +sqlfluff==3.2.1 requests-mock==1.12.1