Update dependency aiohappyeyeballs to v2.4.4 #9

Merged
cswimr merged 1 commit from renovate/aiohappyeyeballs-2.x into master 2024-12-28 10:12:18 -05:00
Member

This PR contains the following updates:

Package Update Change
aiohappyeyeballs (changelog) minor ==2.3.4 -> ==2.4.4

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aio-libs/aiohappyeyeballs (aiohappyeyeballs)

v2.4.4

Compare Source

Fix
  • Handle oserror on failure to close socket instead of raising indexerror (#​114) (c542f68)

v2.4.3

Compare Source

Fix
  • Rewrite staggered_race to be race safe (#​101) (9db617a)
  • Re-raise runtimeerror when uvloop raises runtimeerror during connect (#​105) (c8f1fa9)

v2.4.2

Compare Source

Fix
  • Copy staggered from standard lib for python 3.12+ (#​95) (c5a4023)

v2.4.1

Compare Source

Fix
  • Avoid passing loop to staggered.staggered_race (#​94) (5f80b79)

v2.4.0

Compare Source

Feature
Documentation

v2.3.7

Compare Source

Fix

v2.3.6

Compare Source

Fix

v2.3.5

Compare Source

Fix
  • Remove upper bound on python requirement (#​74) (0de1e53)
  • Preserve errno if all exceptions have the same errno (#​77) (7bbb2bf)
  • Adjust license classifier to better reflect license terms (#​78) (56e7ba6)
Documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) ([changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md)) | minor | `==2.3.4` -> `==2.4.4` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>aio-libs/aiohappyeyeballs (aiohappyeyeballs)</summary> ### [`v2.4.4`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v244-2024-11-30) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.3...v2.4.4) ##### Fix - Handle oserror on failure to close socket instead of raising indexerror ([#&#8203;114](https://github.com/aio-libs/aiohappyeyeballs/issues/114)) ([`c542f68`](https://github.com/aio-libs/aiohappyeyeballs/commit/c542f684d329fed04093caa2b31d8f7f6e0e0949)) ### [`v2.4.3`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v243-2024-09-30) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.2...v2.4.3) ##### Fix - Rewrite staggered_race to be race safe ([#&#8203;101](https://github.com/aio-libs/aiohappyeyeballs/issues/101)) ([`9db617a`](https://github.com/aio-libs/aiohappyeyeballs/commit/9db617a982ee27994bf13c805f9c4f054f05de47)) - Re-raise runtimeerror when uvloop raises runtimeerror during connect ([#&#8203;105](https://github.com/aio-libs/aiohappyeyeballs/issues/105)) ([`c8f1fa9`](https://github.com/aio-libs/aiohappyeyeballs/commit/c8f1fa93d698f216f84de7074a6282777fbf0439)) ### [`v2.4.2`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v242-2024-09-27) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.1...v2.4.2) ##### Fix - Copy staggered from standard lib for python 3.12+ ([#&#8203;95](https://github.com/aio-libs/aiohappyeyeballs/issues/95)) ([`c5a4023`](https://github.com/aio-libs/aiohappyeyeballs/commit/c5a4023d904b3e72f30b8a9f56913894dda4c9d0)) ### [`v2.4.1`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v241-2024-09-26) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.0...v2.4.1) ##### Fix - Avoid passing loop to staggered.staggered_race ([#&#8203;94](https://github.com/aio-libs/aiohappyeyeballs/issues/94)) ([`5f80b79`](https://github.com/aio-libs/aiohappyeyeballs/commit/5f80b7951f32d727039d9db776a17a6eba8877cd)) ### [`v2.4.0`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v240-2024-08-19) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.3.7...v2.4.0) ##### Feature - Add support for python 3.13 ([#&#8203;86](https://github.com/aio-libs/aiohappyeyeballs/issues/86)) ([`4f2152f`](https://github.com/aio-libs/aiohappyeyeballs/commit/4f2152fbb6b1d915c2fd68219339d998c47a71f9)) ##### Documentation - Fix a trivial typo in readme.md ([#&#8203;84](https://github.com/aio-libs/aiohappyeyeballs/issues/84)) ([`f5ae7d4`](https://github.com/aio-libs/aiohappyeyeballs/commit/f5ae7d4bce04ee0645257ac828745a3b989ef149)) ### [`v2.3.7`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v237-2024-08-17) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.3.6...v2.3.7) ##### Fix - Correct classifier for license python-2.0.1 ([#&#8203;83](https://github.com/aio-libs/aiohappyeyeballs/issues/83)) ([`186be05`](https://github.com/aio-libs/aiohappyeyeballs/commit/186be056ea441bb3fa7620864f46c6f8431f3a34)) ### [`v2.3.6`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v236-2024-08-16) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.3.5...v2.3.6) ##### Fix - Adjust license to python-2.0.1 ([#&#8203;82](https://github.com/aio-libs/aiohappyeyeballs/issues/82)) ([`30a2dc5`](https://github.com/aio-libs/aiohappyeyeballs/commit/30a2dc57c49d1000ebdafa8c81ecf4f79e35c9f3)) ### [`v2.3.5`](https://github.com/aio-libs/aiohappyeyeballs/blob/HEAD/CHANGELOG.md#v235-2024-08-07) [Compare Source](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.3.4...v2.3.5) ##### Fix - Remove upper bound on python requirement ([#&#8203;74](https://github.com/aio-libs/aiohappyeyeballs/issues/74)) ([`0de1e53`](https://github.com/aio-libs/aiohappyeyeballs/commit/0de1e534fc5b7526e11bf203ab09b95b13f3070b)) - Preserve errno if all exceptions have the same errno ([#&#8203;77](https://github.com/aio-libs/aiohappyeyeballs/issues/77)) ([`7bbb2bf`](https://github.com/aio-libs/aiohappyeyeballs/commit/7bbb2bf0feb3994953a52a1d606e682acad49cb8)) - Adjust license classifier to better reflect license terms ([#&#8203;78](https://github.com/aio-libs/aiohappyeyeballs/issues/78)) ([`56e7ba6`](https://github.com/aio-libs/aiohappyeyeballs/commit/56e7ba612c5029364bb960b07022a2b720f0a967)) ##### Documentation - Add link to happy eyeballs explanation ([#&#8203;73](https://github.com/aio-libs/aiohappyeyeballs/issues/73)) ([`077710c`](https://github.com/aio-libs/aiohappyeyeballs/commit/077710c150b6c762ffe408e0ad418c506a2d6f31)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My41IiwidXBkYXRlZEluVmVyIjoiMzkuODMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Renovate added 1 commit 2024-12-27 23:21:20 -05:00
Renovate force-pushed renovate/aiohappyeyeballs-2.x from 7e617cec75 to 03b4e981c1 2024-12-28 10:11:13 -05:00 Compare
cswimr merged commit 7f8204d89f into master 2024-12-28 10:12:18 -05:00
cswimr deleted branch renovate/aiohappyeyeballs-2.x 2024-12-28 10:12:18 -05:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: GalacticFactory/Downloader#9
No description provided.