Bump sqlparse from 0.5.5 to 0.6.0 #848

Open
dependabot[bot] opened 8:31pm on August 17, 2026 wants to merge 1 commit into chaoss/grimoirelab main from
dependabot/pip/sqlparse-0.6.0

Pull Request Overview

  • Opened on August 17, 2026
  • Status Open
  • Commit count 1 with first commit August 17, 2026

Total Delta

0 Total Diff Delta

Open Days

Open 25 weekdays

Test Delta

0 Diff Delta in Test Files
Breakdown by Phase

How long has this pull request spent in each phase of its lifecycle?

Data pending calculation for pull request

Author avatar

Bump sqlparse from 0.5.5 to 0.6.0

Bumps sqlparse from 0.5.5 to 0.6.0.

Changelog

Sourced from sqlparse's changelog.



Release 0.6.0 (Aug 13, 2026)


Notable Changes



Enhancements



  • Modernize type annotations in top-level API functions using PEP 585 and
    PEP 604 syntax.


  • END FOR and END CASE are now recognized as keywords.


Bug Fixes



  • Statement splitting was rewritten on a stack-based architecture. This fixes
    splitting of statements with nested BEGIN ... END blocks (issue845).

  • Fix function grouping being skipped in CREATE TABLE ... AS SELECT
    statements when the as keyword is lowercase (pr867 by Osamaali313).

  • Recognize ROW_FORMAT as a keyword so that ALTER TABLE ... ROW_FORMAT=...
    no longer merges the table name and the option into a single identifier
    (issue773, pr860 by apoorvdarshan).

  • Recognize MATERIALIZED as a keyword so it is parsed and formatted
    consistently in CREATE MATERIALIZED VIEW statements (issue752, pr854 by


<!-- raw HTML omitted -->

... (truncated)

Commits



  • 2f40da9 Update version number.


  • 5753f15 Align the changelog entries for this release with previous ones


  • b9588d9 Unify the benchmark scripts on a shared harness


  • 519e416 Pair comment/dollar-quote delimiters at the lexer position


  • a51df6d Measure reindent offsets backwards to avoid quadratic CPU use


  • 73d9ccd Update CHANGELOG


  • d1d8060 Fix uncontrolled CPU consumption (ReDoS) in the lexer's handling of dollar-qu...


  • ef2012a Fix quadratic DoS in group_comments (GHSA-f2ff-p2ww-7p4p)


  • 26112dd Update Changelog.


  • 53ff44b Escape backslashes in output formatters.

  • 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 show 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/chaoss/grimoirelab/network/alerts).

No comments have been left on this PR.