Skip to content

Bump sqlfluff from 4.1.0 to 4.2.1 in /dev in the database-dependencies group across 1 directory#519

Merged
luisa-beerboom merged 1 commit into
mainfrom
dependabot/pip/dev/database-dependencies-7c8c2114d1
May 28, 2026
Merged

Bump sqlfluff from 4.1.0 to 4.2.1 in /dev in the database-dependencies group across 1 directory#519
luisa-beerboom merged 1 commit into
mainfrom
dependabot/pip/dev/database-dependencies-7c8c2114d1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps the database-dependencies group with 1 update in the /dev directory: sqlfluff.

Updates sqlfluff from 4.1.0 to 4.2.1

Release notes

Sourced from sqlfluff's releases.

[4.2.1] - 2026-05-14

Highlights

This is a bugfix release primarily to change the configuration of how rust wheels are distributed for sqlfluffrs. From this release onwards, rust wheels use ABI3 so that a single wheel can be reused across multiple python versions, and the number of platforms which we distribute pre-compiled wheels for has been reduced. This is to ensure we remain with the storage limits set by pypi.

In addition to this we see two TSQL fixes, including the first contribution by @​simondennis9 to the project. Thanks for your contributions! 🏆

What’s Changed

New Contributors

[4.2.0] - 2026-05-13

Highlights

This minor release contains four particular changes of note:

  • The default render_variant_limit is now 5 instead of 1, so SQLFluff may report new linting violations from templated branches that were previously not inspected in Jinja and dbt projects. Documentation for the feature is now also available in Template Variant Rendering.
  • This release drops support for Python 3.9, which reached end of life at the end of October 2025.
  • Security improvements that protect against resource exhaustion through malicious queries by limiting total parsed nodes. Users can configure the new max_parse_nodes config setting to enable parsing of larger files in their project if necessary.
  • A new AL10 rule requires aliases on FROM subqueries, because omitting them causes parse errors in most major dialects.

Beyond that, there are parser improvements for T-SQL, PostgreSQL, Snowflake, BigQuery, DuckDB, ClickHouse, Oracle, Hive/SparkSQL, Databricks, DB2, Athena, Trino, MariaDB/MySQL, StarRocks, Teradata, and Greenplum. There are also rule fixes for ST06, ST11, LT02, and LT09, better handling for placeholder and dbt/Jinja rendering edge cases, and a new option to fail when files are skipped for size.

This release also includes first-time contributions from twenty new contributors. Thank you all for your contributions. 🏆

What’s Changed

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[4.2.1] - 2026-05-14

Highlights

This is a bugfix release primarily to change the configuration of how rust wheels are distributed for sqlfluffrs. From this release onwards, rust wheels use ABI3 so that a single wheel can be reused across multiple python versions, and the number of platforms which we distribute pre-compiled wheels for has been reduced. This is to ensure we remain with the storage limits set by pypi.

In addition to this we see two TSQL fixes, including the first contribution by @​simondennis9 to the project. Thanks for your contributions! 🏆

What’s Changed

New Contributors

[4.2.0] - 2026-05-13

Highlights

This minor release contains four particular changes of note:

  • The default render_variant_limit is now 5 instead of 1, so SQLFluff may report new linting violations from templated branches that were previously not inspected in Jinja and dbt projects. Documentation for the feature is now also available in Template Variant Rendering.
  • This release drops support for Python 3.9, which reached end of life at the end of October 2025.
  • Security improvements that protect against resource exhaustion through malicious queries by limiting total parsed nodes. Users can configure the new max_parse_nodes config setting to enable parsing of larger files in their project if necessary.
  • A new AL10 rule requires aliases on FROM subqueries, because omitting them causes parse errors in most major dialects.

Beyond that, there are parser improvements for T-SQL, PostgreSQL, Snowflake, BigQuery, DuckDB, ClickHouse, Oracle, Hive/SparkSQL, Databricks, DB2, Athena, Trino, MariaDB/MySQL, StarRocks, Teradata, and Greenplum. There are also rule fixes for ST06, ST11, LT02, and LT09, better handling for placeholder and dbt/Jinja rendering edge cases, and a new option to fail when files are skipped for size.

... (truncated)

Commits
  • 22c57db Prep version 4.2.1 (#7856)
  • eaa3b28 build(deps): bump axios from 1.13.6 to 1.16.1 in /docsv (#7846)
  • d14ecb5 TSQL: enable parameters in CONTAINSTABLE (#7843)
  • 77e6b5e Cut back the rust wheels distributed and use ABI3 (#7844)
  • 5ee7277 fix(tsql): RuntimeError parsing grant alter/create statements (#7835)
  • 406f9ef Prep version 4.2.0 (#7838)
  • ce634cd fix(postgres): support CORRELATION in CREATE STATISTICS and IF EXISTS in ALTE...
  • 72f1654 TSQL: allow set expressions in DECLARE ... CURSOR FOR (#7812)
  • 048591f fix: Ensure pool.join() is called in ParallelRunner (#7686)
  • a276af1 fix(clickhouse): allow WHERE/PREWHERE after ARRAY JOIN (#7837)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies python Pull requests that update Python code labels May 13, 2026
@dependabot dependabot Bot changed the title Bump sqlfluff from 4.1.0 to 4.2.0 in /dev in the database-dependencies group Bump sqlfluff from 4.1.0 to 4.2.1 in /dev in the database-dependencies group across 1 directory May 21, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/dev/database-dependencies-7c8c2114d1 branch 3 times, most recently from aa01e48 to b3a9c65 Compare May 28, 2026 14:34
Bumps the database-dependencies group with 1 update in the /dev directory: [sqlfluff](https://github.com/sqlfluff/sqlfluff).


Updates `sqlfluff` from 4.1.0 to 4.2.1
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@4.1.0...4.2.1)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: database-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/dev/database-dependencies-7c8c2114d1 branch from b3a9c65 to 12672a2 Compare May 28, 2026 14:37
@luisa-beerboom luisa-beerboom merged commit 70a744d into main May 28, 2026
2 checks passed
@luisa-beerboom luisa-beerboom deleted the dependabot/pip/dev/database-dependencies-7c8c2114d1 branch May 28, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant