[pull] master from aio-libs:master#267
Merged
pull[bot] merged 3 commits intotj-python:masterfrom Jun 4, 2025
Merged
Conversation
Bumps [gidgethub](https://github.com/brettcannon/gidgethub) from 5.3.0 to 5.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/brettcannon/gidgethub/releases">gidgethub's releases</a>.</em></p> <blockquote> <h2>5.4.0</h2> <h2>What's Changed</h2> <ul> <li>Fix broken links in docs by <a href="https://github.com/Mariatta"><code>@Mariatta</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/203">gidgethub/gidgethub#203</a></li> <li>Replace flit by flit_core in build-system by <a href="https://github.com/tjni"><code>@tjni</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/205">gidgethub/gidgethub#205</a></li> <li>Fix URLs by <a href="https://github.com/brettcannon"><code>@brettcannon</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/208">gidgethub/gidgethub#208</a></li> <li>Add support for Python 3.12-3.13 and drop EOL 3.7 by <a href="https://github.com/hugovk"><code>@hugovk</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/209">gidgethub/gidgethub#209</a></li> <li>Update changelog by <a href="https://github.com/hugovk"><code>@hugovk</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/212">gidgethub/gidgethub#212</a></li> <li>Set a maximum version of flit_core for build requirements by <a href="https://github.com/takluyver"><code>@takluyver</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/211">gidgethub/gidgethub#211</a></li> <li>Add expiration parameter to apps.get_jwt by <a href="https://github.com/jjnesbitt"><code>@jjnesbitt</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/215">gidgethub/gidgethub#215</a></li> <li>Make <code>gidgethub.abc.GitHubAPI.getiter()</code> iterative by <a href="https://github.com/brettcannon"><code>@brettcannon</code></a> in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/219">gidgethub/gidgethub#219</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tjni"><code>@tjni</code></a> made their first contribution in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/205">gidgethub/gidgethub#205</a></li> <li><a href="https://github.com/takluyver"><code>@takluyver</code></a> made their first contribution in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/211">gidgethub/gidgethub#211</a></li> <li><a href="https://github.com/jjnesbitt"><code>@jjnesbitt</code></a> made their first contribution in <a href="https://redirect.github.com/gidgethub/gidgethub/pull/215">gidgethub/gidgethub#215</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gidgethub/gidgethub/compare/v5.3.0...v5.4.0">https://github.com/gidgethub/gidgethub/compare/v5.3.0...v5.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gidgethub/gidgethub/blob/main/docs/changelog.rst">gidgethub's changelog</a>.</em></p> <blockquote> <h2>5.4.0</h2> <ul> <li> <p>Make :meth:<code>gidgethub.abc.GitHubAPI.getiter</code> be iterative instead of recursive (<code>PR [#219](gidgethub/gidgethub#219) <https://github.com/gidgethub/gidgethub/pull/219></code>_)</p> </li> <li> <p>:meth:<code>gidgethub.apps.get_jwt</code> now accepts an <code>expiration</code> parameter to configure JWT token expiration time (<code>PR [#215](gidgethub/gidgethub#215) <https://github.com/gidgethub/gidgethub/pull/215></code>_)</p> </li> <li> <p>Add support for Python 3.12-3.13 and drop EOL Python 3.7 (<code>PR [#209](gidgethub/gidgethub#209) <https://github.com/gidgethub/gidgethub/pull/209></code>_)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gidgethub/gidgethub/commit/5aee661adf50aa398548bbb5ef17e1674db73c42"><code>5aee661</code></a> Prepare v5.4.0 release</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/4d30eb945988fd775a3402c57eaee0f64d9a63d4"><code>4d30eb9</code></a> Make <code>gidgethub.abc.GitHubAPI.getiter()</code> iterative (<a href="https://redirect.github.com/brettcannon/gidgethub/issues/219">#219</a>)</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/ab4fadb3b7c62f09bb9271a15091abef3db81a89"><code>ab4fadb</code></a> Add expiration parameter to apps.get_jwt (<a href="https://redirect.github.com/brettcannon/gidgethub/issues/215">#215</a>)</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/a47ead1640070be4ec15b3d8118af0ea0d74d2ca"><code>a47ead1</code></a> Set a maximum version of flit_core for build requirements (<a href="https://redirect.github.com/brettcannon/gidgethub/issues/211">#211</a>)</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/7ec51fce1295bc44a9c7593b8a1a92d338ef3d5b"><code>7ec51fc</code></a> Update changelog (<a href="https://redirect.github.com/brettcannon/gidgethub/issues/212">#212</a>)</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/b6dcb777344eb6eeefd2bb65c6afc67376b9a5fa"><code>b6dcb77</code></a> Add support for Python 3.13 and drop EOL 3.7 (<a href="https://redirect.github.com/brettcannon/gidgethub/issues/209">#209</a>)</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/dac0359b87ee1514821b76f921112e799103102f"><code>dac0359</code></a> Create FUNDING.yml</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/7f8cec45922056a38c51ece276844a4bc028e6f5"><code>7f8cec4</code></a> Fix URLs (<a href="https://redirect.github.com/brettcannon/gidgethub/issues/208">#208</a>)</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/27adeae0d6645fb98fa3dd02a53191379ce1ef1b"><code>27adeae</code></a> Fix dead URL</li> <li><a href="https://github.com/gidgethub/gidgethub/commit/7dcb5d96c62516903180ca743f055125fee57d8a"><code>7dcb5d9</code></a> Fix a dead URL</li> <li>Additional commits viewable in <a href="https://github.com/brettcannon/gidgethub/compare/v5.3.0...v5.4.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.6.0 to 1.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/frozenlist/releases">frozenlist's releases</a>.</em></p> <blockquote> <h2>1.6.2</h2> <h3>No changes from 1.6.1. This is re-publish since 1.6.1 failed to publish.</h3> <p>No significant changes.</p> <hr /> <h2>1.6.1</h2> <h2>This release was yanked because the upload job failed to upload all files to PyPI</h2> <h2>Bug fixes</h2> <ul> <li> <p>Correctly use <code>cimport</code> for including <code>PyBool_FromLong</code> -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/frozenlist/issues/653">#653</a>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Exclude <code>_frozenlist.cpp</code> from bdists/wheels -- by :user:<code>musicinmybrain</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/frozenlist/issues/649">#649</a>.</p> </li> <li> <p>Updated to use Cython 3.1 universally across the build path -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/frozenlist/issues/654">#654</a>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst">frozenlist's changelog</a>.</em></p> <blockquote> <h1>v1.6.2</h1> <p><em>(2025-06-03)</em></p> <p>No significant changes.</p> <hr /> <h1>v1.6.1</h1> <p><em>(2025-06-02)</em></p> <h2>Bug fixes</h2> <ul> <li> <p>Correctly use <code>cimport</code> for including <code>PyBool_FromLong</code> -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>653</code>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Exclude <code>_frozenlist.cpp</code> from bdists/wheels -- by :user:<code>musicinmybrain</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>649</code>.</p> </li> <li> <p>Updated to use Cython 3.1 universally across the build path -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>654</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/frozenlist/commit/46936c19e09e457932dbb3db264796bba9a36225"><code>46936c1</code></a> Release 1.6.2 (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/657">#657</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/b71742c67fd23625e79ec1618ce18aaeb76ea0bd"><code>b71742c</code></a> Release 1.6.1 (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/656">#656</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/3b494bba1fa72848d14da139001d8fe12f9abcd4"><code>3b494bb</code></a> Fix import of PyBool_FromLong (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/653">#653</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/b5c477725ec12fe6b293840af6acbd9682af1f4b"><code>b5c4777</code></a> Use Cython 3.1 universally (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/654">#654</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/a3b11de3342721a07998589fa67eb67e80e39f42"><code>a3b11de</code></a> Remove installing libenchant-2-dev from the lint workflow (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/655">#655</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/c87f2d6b1969e6e1d6c3f2b8f2b148488b33685d"><code>c87f2d6</code></a> Exclude _frozenlist.cpp from bdists/wheels (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/649">#649</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/d58b56ffe7f0f37732c120c79c557556019a2a94"><code>d58b56f</code></a> Build(deps): Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/651">#651</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/a4d232b47bc097aa5b42ba30a2458287815dcd68"><code>a4d232b</code></a> Build(deps): Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/648">#648</a>)</li> <li><a href="https://github.com/aio-libs/frozenlist/commit/e93a233f8b534ed83d22c16727bc9e7510f8fc03"><code>e93a233</code></a> Increment version to 1.6.1.dev0 (<a href="https://redirect.github.com/aio-libs/frozenlist/issues/646">#646</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/frozenlist/compare/v1.6.0...v1.6.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )