Skip to content

[pull] master from aio-libs:master#268

Merged
pull[bot] merged 15 commits intotj-python:masterfrom
aio-libs:master
Jun 4, 2025
Merged

[pull] master from aio-libs:master#268
pull[bot] merged 15 commits intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented Jun 4, 2025

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 : )

bdraco and others added 15 commits June 2, 2025 22:42
Bumps [uritemplate](https://github.com/python-hyper/uritemplate) from
4.1.1 to 4.2.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-hyper/uritemplate/blob/main/HISTORY.rst">uritemplate's
changelog</a>.</em></p>
<blockquote>
<h2>4.2.0 - 2025-06-01</h2>
<ul>
<li>Drop support for Python 3.8</li>
<li>Fix bug where already url-encoded values were further escaped and
encoded (See <a
href="https://redirect.github.com/python-hyper/uritemplate/issues/99">python-hyper/uritemplate#99</a>)</li>
<li>Refactor <code>uritemplate/variable.py</code> to enable fixing the
aforementioned bug.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/e89ada10dd4e9deb8c576f3f0de8a813fbea9c02"><code>e89ada1</code></a>
Fix incorrect PyPA hash</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/4c299c8bad44b0c9914f6d106a1707f7ddb040a2"><code>4c299c8</code></a>
Add release notes for 4.2.0</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/0f93d745c2876bd034331b0ce64555c3d232e435"><code>0f93d74</code></a>
Add release workflow for automated publishing</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/06689acff0393cf6e9ef329ec83f4a2ca1e63e62"><code>06689ac</code></a>
Merge pull request <a
href="https://redirect.github.com/python-hyper/uritemplate/issues/120">#120</a>
from python-hyper/bug/99</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/9a3307e54bf7c8b7d1dab9df5bb35a59d2816939"><code>9a3307e</code></a>
Ensure proper quoting for various operators</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/0ba02f65ded9f03b522b9809bead0c4a144a80d3"><code>0ba02f6</code></a>
Add new uritemplate-test testcases</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/a56e9ae5b9f1fcc4c7c29974d89f9fd037fd4130"><code>a56e9ae</code></a>
Fix dependabot config typo</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/c3c8090827dc261e5f021ea240f6480379e63fe8"><code>c3c8090</code></a>
Fix annotations in tests on py39</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/11787d81fc0123e7279bd573561ab190cf764017"><code>11787d8</code></a>
Add python 3.13 to testing matrix</li>
<li><a
href="https://github.com/python-hyper/uritemplate/commit/c58b8af9b1f60da6b277b762478aecf0a9bc3130"><code>c58b8af</code></a>
Fix mypy for tests</li>
<li>Additional commits viewable in <a
href="https://github.com/python-hyper/uritemplate/compare/4.1.1...4.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uritemplate&package-manager=pip&previous-version=4.1.1&new-version=4.2.0)](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>
…port to DigestAuthMiddleware (#11131)

Co-authored-by: J. Nick Koston <nick@koston.org>
Fixes #11128
…port to DigestAuthMiddleware (#11132)

Co-authored-by: J. Nick Koston <nick@koston.org>
Fixes #11128
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)
&lt;https://github.com/gidgethub/gidgethub/pull/219&gt;</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)
&lt;https://github.com/gidgethub/gidgethub/pull/215&gt;</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)
&lt;https://github.com/gidgethub/gidgethub/pull/209&gt;</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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gidgethub&package-manager=pip&previous-version=5.3.0&new-version=5.4.0)](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>
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=frozenlist&package-manager=pip&previous-version=1.6.0&new-version=1.6.2)](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>
…files into memory instead of chunking (#11141)

Co-authored-by: J. Nick Koston <nick@koston.org>
Fixes #11138
…files into memory instead of chunking (#11142)

Co-authored-by: J. Nick Koston <nick@koston.org>
Fixes #11138
@pull pull bot added the ⤵️ pull label Jun 4, 2025
@pull pull bot merged commit 0544f11 into tj-python:master Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant