Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Mar 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 : )

Bumps [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs)
from 2.4.6 to 2.4.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiohappyeyeballs/releases">aiohappyeyeballs's
releases</a>.</em></p>
<blockquote>
<h2>v2.4.8 (2025-03-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Close runner up sockets in the event there are multiple winners (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/pull/143">#143</a>,
<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/476a05b956627700baa84eb6aac28c395da92a9f"><code>476a05b</code></a>)</li>
</ul>
<p>The first attempt to fix this was to use the cpython staggered race
updates in <a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/142">#142</a>
but there is still a race there where there can be multiple winners.
Instead we now accept that we will not be able to cancel all coros in
time and there will always be a risk of multiple winners. We store all
sockets in a set that were not already cleaned up and we close all but
the first winner after the staggered race finishes.</p>
<hr />
<p><strong>Detailed Changes</strong>: <a
href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.7...v2.4.8">v2.4.7...v2.4.8</a></p>
<h2>v2.4.7 (2025-03-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>Resolve warnings when running tests (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/pull/144">#144</a>,
<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/e96264aec89b9bd34d37413f610d039c56393a48"><code>e96264a</code></a>)</p>
</li>
<li>
<p>Instead of raising SystemExit which causes a RuntimeError,
mock out SystemExit to a new exception</p>
</li>
<li>
<p>Make sure the event loop is closed in tests</p>
</li>
</ul>
<p>fixes <a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/97">#97</a></p>
<hr />
<p><strong>Detailed Changes</strong>: <a
href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.6...v2.4.7">v2.4.6...v2.4.7</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md">aiohappyeyeballs's
changelog</a>.</em></p>
<blockquote>
<h2>v2.4.8 (2025-03-04)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Close runner up sockets in the event there are multiple winners (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/143">#143</a>)
(<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/476a05b956627700baa84eb6aac28c395da92a9f"><code>476a05b</code></a>)</li>
</ul>
<h2>v2.4.7 (2025-03-04)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Resolve warnings when running tests (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/144">#144</a>)
(<a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/e96264aec89b9bd34d37413f610d039c56393a48"><code>e96264a</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/c4ab1e5409fe086c12932e47dc4a305eb15b4091"><code>c4ab1e5</code></a>
2.4.8</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/476a05b956627700baa84eb6aac28c395da92a9f"><code>476a05b</code></a>
fix: close runner up sockets in the event there are multiple winners (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/143">#143</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/9c55c91ca72a53d1944becb80ef893e6f6f7b181"><code>9c55c91</code></a>
2.4.7</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/e96264aec89b9bd34d37413f610d039c56393a48"><code>e96264a</code></a>
fix: resolve warnings when running tests (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/144">#144</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/ece56a5e5ac2ce66a1f0ada7466d312e8d456fbd"><code>ece56a5</code></a>
chore: manually update deps (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/145">#145</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/a77bee707dc850ce485c9f1facae62ccb4f4f233"><code>a77bee7</code></a>
chore(pre-commit.ci): pre-commit autoupdate (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/141">#141</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/035d976dee1f5e731852649f3fffd4e1aca21825"><code>035d976</code></a>
chore(deps-ci): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/140">#140</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/2e130292b873d2e7236106236c43b42c773961a6"><code>2e13029</code></a>
chore(pre-commit.ci): pre-commit autoupdate (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/139">#139</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/253bd757ac4e43f0ed7fe3dc59263b7ec2d76780"><code>253bd75</code></a>
chore(pre-commit.ci): pre-commit autoupdate (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/138">#138</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohappyeyeballs/commit/9e02614bfbf8fb51bfeb027c787b2f0099db079f"><code>9e02614</code></a>
chore(pre-commit.ci): pre-commit autoupdate (<a
href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/137">#137</a>)</li>
<li>See full diff in <a
href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.6...v2.4.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohappyeyeballs&package-manager=pip&previous-version=2.4.6&new-version=2.4.8)](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>
@pull pull bot added the ⤵️ pull label Mar 4, 2025
@pull pull bot merged commit af9d236 into tj-python:master Mar 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.

0 participants