⬆️ Update dependency aiohttp to v3.10.4 #45

Merged
sebclem merged 1 commits from renovate/aiohttp-3.x into main 2024-08-18 11:19:44 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
aiohttp patch ==3.10.3 -> ==3.10.4

Release Notes

aio-libs/aiohttp (aiohttp)

v3.10.4

Compare Source

===================

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub:
    :issue:3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:8680.

  • Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:bdraco.

    If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.

    Related issues and pull requests on GitHub:
    :issue:8685.

  • Fixed an edge case in the Python parser when chunk separators happen to align with network chunks -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub:
    :issue:8720.

Improved documentation

  • Added aiohttp-apischema to supported libraries -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub:
    :issue:8700.

Miscellaneous internal changes

  • Improved performance of starting request handlers with Python 3.12+ -- by :user:bdraco.

    This change is a followup to :issue:8661 to make the same optimization for Python 3.12+ where the request is connected.

    Related issues and pull requests on GitHub:
    :issue:8681.



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 | |---|---|---| | [aiohttp](https://github.com/aio-libs/aiohttp) | patch | `==3.10.3` -> `==3.10.4` | --- ### Release Notes <details> <summary>aio-libs/aiohttp (aiohttp)</summary> ### [`v3.10.4`](https://github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3104-2024-08-17) [Compare Source](https://github.com/aio-libs/aiohttp/compare/v3.10.3...v3.10.4) \=================== ## Bug fixes - Fixed decoding base64 chunk in BodyPartReader -- by :user:`hyzyla`. *Related issues and pull requests on GitHub:* :issue:`3867`. - Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`8680`. - Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:`bdraco`. If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning. *Related issues and pull requests on GitHub:* :issue:`8685`. - Fixed an edge case in the Python parser when chunk separators happen to align with network chunks -- by :user:`Dreamsorcerer`. *Related issues and pull requests on GitHub:* :issue:`8720`. ## Improved documentation - Added `aiohttp-apischema` to supported libraries -- by :user:`Dreamsorcerer`. *Related issues and pull requests on GitHub:* :issue:`8700`. ## Miscellaneous internal changes - Improved performance of starting request handlers with Python 3.12+ -- by :user:`bdraco`. This change is a followup to :issue:`8661` to make the same optimization for Python 3.12+ where the request is connected. *Related issues and pull requests on GitHub:* :issue:`8681`. *** </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-18 03:03:44 +02:00
⬆️ Update dependency aiohttp to v3.10.4
All checks were successful
ci / docker (pull_request) Successful in 34s
ccab852e25
sebclem merged commit c74b9fae2d into main 2024-08-18 11:19:44 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: sebclem/pixivcord#45
No description provided.