Skip to content

Bump sqlfluff from 3.3.1 to 3.4.0 in /src#4058

Merged
tunetheweb merged 3 commits intomainfrom
dependabot/pip/src/sqlfluff-3.4.0
Apr 17, 2025
Merged

Bump sqlfluff from 3.3.1 to 3.4.0 in /src#4058
tunetheweb merged 3 commits intomainfrom
dependabot/pip/src/sqlfluff-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2025

Bumps sqlfluff from 3.3.1 to 3.4.0.

Release notes

Sourced from sqlfluff's releases.

[3.4.0] - 2025-04-17

Highlights

This release brings a couple of breaking changes:

  • We have dropped support for Python 3.8
  • We have a new rule: LT15 (layout.newlines). This rule allows you to control the number of consecutive blank lines both inside, and outside of queries.

We also have a host of dialect improvements, bugfixes, and general code clean-up. This release has 79 contributions in it!

Also, welcome to the thirteen new contributors! Thanks for your contributions!

What’s Changed

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[3.4.0] - 2025-04-17

Highlights

This release brings a couple of breaking changes:

  • We have dropped support for Python 3.8
  • We have a new rule: LT15 (layout.newlines). This rule allows you to control the number of consecutive blank lines both inside, and outside of queries.

We also have a host of dialect improvements, bugfixes, and general code clean-up. This release has 79 contributions in it!

Also, welcome to the thirteen new contributors! Thanks for your contributions!

What’s Changed

... (truncated)

Commits
  • 338ff78 Prep version 3.4.0 (#6762)
  • 3a58e50 Clickhouse: support more complex types and functions in table definition (#6804)
  • 74c426f feat: Add possibility to set dbt project_dir as environment variable (#6737)
  • 578975e Add support for ZEROFILL columns in MySQL. (#6735)
  • 6a170ac RF02: Add config for ignoring external references found in subqueries (#6791)
  • c00eaea Fix CREATE TABLE statements in Redshift. (#6808)
  • eef31a4 Improve support for CREATE USER statements in Oracle. (#6809)
  • 405ae0c Add support for the WITH clause for an OPENROWSET in T-SQL (#6810)
  • 8664f33 Add hybrid tables to Snowflake dialect (#6812)
  • e68fdce Trino Dialect - Parse UNNEST (...) WITH ORDINALITY (#6813)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@3.3.1...3.4.0)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 17, 2025
@tunetheweb tunetheweb merged commit 5accb5e into main Apr 17, 2025
7 checks passed
@tunetheweb tunetheweb deleted the dependabot/pip/src/sqlfluff-3.4.0 branch April 17, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant