Skip to content

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

Merged
pull[bot] merged 2 commits into
tj-python:masterfrom
aio-libs:master
Jul 30, 2026
Merged

[pull] master from aio-libs:master#693
pull[bot] merged 2 commits into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Jul 30, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot added 2 commits July 30, 2026 11:13
Bumps [actions/stale](https://github.com/actions/stale) from 10.4.0 to
11.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/stale/releases">actions/stale's
releases</a>.</em></p>
<blockquote>
<h2>v11.0.0</h2>
<h2>What's Changed</h2>
<h3>Enhancement</h3>
<ul>
<li>Migrate to ESM and update dependencies by <a
href="https://github-grid.enterprise.slack.com/team/U08CVLQ4JKE"><code>@​chiranjib-swain</code></a>
in <a
href="https://redirect.github.com/actions/stale/pull/1350">actions/stale#1350</a></li>
</ul>
<h3>Dependency Update</h3>
<ul>
<li>Override brace-expansion to 5.0.8 to address 24 high-severity
dependency vulnerabilities by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1351">actions/stale#1351</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/stale/compare/v10...v11.0.0">https://github.com/actions/stale/compare/v10...v11.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/stale/commit/4391f3da665fdf50b6810c1a66712fb9ba21aa93"><code>4391f3d</code></a>
Fix 24 high severity vulnerabilities by overriding brace-expansion to
5.0.8 (...</li>
<li><a
href="https://github.com/actions/stale/commit/eaf9131fae5eafd0c31a64ebe3a2e183266fec48"><code>eaf9131</code></a>
refactor: update imports to use ES module syntax and improve test
structure (...</li>
<li>See full diff in <a
href="https://github.com/actions/stale/compare/v10.4.0...v11.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/stale&package-manager=github_actions&previous-version=10.4.0&new-version=11.0.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 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 [aiofastnet](https://github.com/tarasko/aiofastnet) from 0.21.0 to
0.22.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tarasko/aiofastnet/releases">aiofastnet's
releases</a>.</em></p>
<blockquote>
<h2>0.22.0</h2>
<ul>
<li>Harden logic against exceptions in SSLTransport constructor</li>
<li>Added create_datagram_endpoint</li>
<li>Added connect_accepted_socket</li>
<li>Fixed Protocol.connection_lost may not be called if failure and
abort happens during start_tls</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst">aiofastnet's
changelog</a>.</em></p>
<blockquote>
<h2>0.22.0</h2>
<ul>
<li>Harden logic against exceptions in SSLTransport constructor</li>
<li>Added create_datagram_endpoint</li>
<li>Added connect_accepted_socket</li>
<li>Fixed Protocol.connection_lost may not be called if failure and
abort happens during start_tls</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/de9feaf313b87eb64edc79966bd8b7ddd711ede7"><code>de9feaf</code></a>
Added connect_accepted_socket API</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/f162e878c5be5689d8f076de188fb32a129aa753"><code>f162e87</code></a>
Update msg size</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/a0142833cce9c6eff5e71fb45f38d90613d18d63"><code>a014283</code></a>
Fix incorrect connection_lost logic</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/fb718b8061b7ee032777a01dd8dda69713ae7cd8"><code>fb718b8</code></a>
Update tests</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/c0195d3dd3c0819715aec24f679de0cfb778ecc3"><code>c0195d3</code></a>
Update tests</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/fb157e8bc531f5d87d832a1be1d74c1143b06fee"><code>fb157e8</code></a>
Fix ruff</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/2e1b95bb7850269f1764b727b1077667e0a2ac78"><code>2e1b95b</code></a>
Fix ruff</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/815b032362111e75ed0b309831454a088ed37976"><code>815b032</code></a>
Fix tests</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/daf96b6c8da2b2f9958e8815344fe6a0177c28ac"><code>daf96b6</code></a>
Fix some tests</li>
<li><a
href="https://github.com/tarasko/aiofastnet/commit/5c0a3913051737ef28c4093e2211866bcaaa4572"><code>5c0a391</code></a>
WIP: Generalize SocketPair</li>
<li>Additional commits viewable in <a
href="https://github.com/tarasko/aiofastnet/compare/v0.21.0...v0.22.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiofastnet&package-manager=pip&previous-version=0.21.0&new-version=0.22.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 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>
@pull pull Bot locked and limited conversation to collaborators Jul 30, 2026
@pull pull Bot added the ⤵️ pull label Jul 30, 2026
@pull
pull Bot merged commit 9bb501f into tj-python:master Jul 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants