Skip to content

Commit 12f3501

Browse files
Bump aiohappyeyeballs from 2.4.8 to 2.5.0 (#10524)
Bumps [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) from 2.4.8 to 2.5.0. <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.5.0 (2025-03-06)</h2> <h3>Features</h3> <ul> <li>Add callback for users to customize socket creation (<a href="https://redirect.github.com/aio-libs/aiohappyeyeballs/pull/147">#147</a>, <a href="https://github.com/aio-libs/aiohappyeyeballs/commit/8e1bc6a4bc6282ccf29db441c33dd8d806003ffd"><code>8e1bc6a</code></a>)</li> </ul> <p>Co-authored-by: Kieren <!-- raw HTML omitted --></p> <hr /> <p><strong>Detailed Changes</strong>: <a href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.8...v2.5.0">v2.4.8...v2.5.0</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.5.0 (2025-03-06)</h2> <h3>Features</h3> <ul> <li>Add callback for users to customize socket creation (<a href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/147">#147</a>) (<a href="https://github.com/aio-libs/aiohappyeyeballs/commit/8e1bc6a4bc6282ccf29db441c33dd8d806003ffd"><code>8e1bc6a</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohappyeyeballs/commit/3fed4432036740392483608a9da86637cf1bd64b"><code>3fed443</code></a> 2.5.0</li> <li><a href="https://github.com/aio-libs/aiohappyeyeballs/commit/8e1bc6a4bc6282ccf29db441c33dd8d806003ffd"><code>8e1bc6a</code></a> feat: add callback for users to customize socket creation (<a href="https://redirect.github.com/aio-libs/aiohappyeyeballs/issues/147">#147</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.8...v2.5.0">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.8&new-version=2.5.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af9d236 commit 12f3501

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
9-
aiohappyeyeballs==2.4.8
9+
aiohappyeyeballs==2.5.0
1010
# via -r requirements/runtime-deps.in
1111
aiosignal==1.3.2
1212
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via
99
# -r requirements/lint.in
1010
# -r requirements/runtime-deps.in
11-
aiohappyeyeballs==2.4.8
11+
aiohappyeyeballs==2.5.0
1212
# via -r requirements/runtime-deps.in
1313
aiohttp-theme==0.1.7
1414
# via -r requirements/doc.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via
99
# -r requirements/lint.in
1010
# -r requirements/runtime-deps.in
11-
aiohappyeyeballs==2.4.8
11+
aiohappyeyeballs==2.5.0
1212
# via -r requirements/runtime-deps.in
1313
aiohttp-theme==0.1.7
1414
# via -r requirements/doc.in

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
9-
aiohappyeyeballs==2.4.8
9+
aiohappyeyeballs==2.5.0
1010
# via -r requirements/runtime-deps.in
1111
aiosignal==1.3.2
1212
# via -r requirements/runtime-deps.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
9-
aiohappyeyeballs==2.4.8
9+
aiohappyeyeballs==2.5.0
1010
# via -r requirements/runtime-deps.in
1111
aiosignal==1.3.2
1212
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)