Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps pglast from 7.8 to 7.10.

Changelog

Sourced from pglast's changelog.

7.10 (2025-10-26)


- Fix ``AlterTableCmd`` printer, to handle ``ALTER TABLE a ALTER b SET STATISTICS DEFAULT``

7.9 (2025-10-22)


- Add an empty line between a ``SELECT foo UNION SELECT bar`` and its ``ORDER
  BY``/``LIMIT``/``OFFSET`` clause, to emphasize the fact that it applies to the whole
  statement, not to the "right" subquery.
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/lelit/pglast/commit/42a51452601963976611f99880c266e4a2333b62&quot;&gt;&lt;code&gt;42a5145&lt;/code&gt;&lt;/a> Release 7.10</li>
<li><a href="https://github.com/lelit/pglast/commit/2ca1d7bc6aec39c9454ccf39b92ee75f0141e754&quot;&gt;&lt;code&gt;2ca1d7b&lt;/code&gt;&lt;/a> Regenerate with Cython 3.1.6</li>
<li><a href="https://github.com/lelit/pglast/commit/834ebdecc039be8ac3b71cf96a0925c2f91c4d92&quot;&gt;&lt;code&gt;834ebde&lt;/code&gt;&lt;/a> Upgrade development dependencies</li>
<li><a href="https://github.com/lelit/pglast/commit/b184cf0b25438f2a9a2f6f20bf36e2a3d1b67813&quot;&gt;&lt;code&gt;b184cf0&lt;/code&gt;&lt;/a> Fix ALTER TABLE a ALTER b SET STATISTICS DEFAULT rendering</li>
<li><a href="https://github.com/lelit/pglast/commit/f8b46a6dce98f3fb1822df4515b3f8f52e612ff9&quot;&gt;&lt;code&gt;f8b46a6&lt;/code&gt;&lt;/a> Release 7.9</li>
<li><a href="https://github.com/lelit/pglast/commit/0ba6b9ea3cd5f5ea31b69d03c9acab13d1c4b2d4&quot;&gt;&lt;code&gt;0ba6b9e&lt;/code&gt;&lt;/a> Update CHANGES.rst</li>
<li><a href="https://github.com/lelit/pglast/commit/fb7168abdba41bab3bb66540be2137a3c766fc76&quot;&gt;&lt;code&gt;fb7168a&lt;/code&gt;&lt;/a> Separate &quot;outer&quot; query clauses in UNION/INTERSECT/EXCEPT queries</li>
<li><a href="https://github.com/lelit/pglast/commit/5def2a26189041fac61f3f30be7dfb93fa3ccad2&quot;&gt;&lt;code&gt;5def2a2&lt;/code&gt;&lt;/a> Add Python 3.14 Trove classifier</li>
<li>See full diff in <a href="https://github.com/lelit/pglast/compare/v7.8...v7.10&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 [pglast](https://github.com/lelit/pglast) from 7.8 to 7.10.
- [Changelog](https://github.com/lelit/pglast/blob/v7/CHANGES.rst)
- [Commits](lelit/pglast@v7.8...v7.10)

---
updated-dependencies:
- dependency-name: pglast
  dependency-version: '7.10'
  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 Python dependency updates labels Oct 27, 2025
@dependabot dependabot bot requested a review from neverinfamous as a code owner October 27, 2025 10:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Python dependency updates labels Oct 27, 2025
@neverinfamous neverinfamous merged commit 78e4e23 into main Oct 27, 2025
4 checks passed
@neverinfamous neverinfamous deleted the dependabot/pip/pglast-7.10 branch October 27, 2025 11:16
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 Python dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants