⬆️ Update dependency aiohttp to v3.11.9 #72

Open
renovate-bot wants to merge 1 commits from renovate/aiohttp-3.x into main
Collaborator

This PR contains the following updates:

Package Update Change
aiohttp patch ==3.11.7 -> ==3.11.9

Release Notes

aio-libs/aiohttp (aiohttp)

v3.11.9

Compare Source

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

Bug fixes

  • Fixed invalid method logging unexpected being logged at exception level on subsequent connections -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10055, :issue:10076.

Miscellaneous internal changes

  • Improved performance of parsing headers when using the C parser -- by :user:bdraco.

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


v3.11.8

Compare Source

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

Miscellaneous internal changes

  • Improved performance of creating :class:aiohttp.ClientResponse objects when there are no cookies -- by :user:bdraco.

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

  • Improved performance of creating :class:aiohttp.ClientResponse objects -- by :user:bdraco.

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

  • Improved performances of creating objects during the HTTP request lifecycle -- by :user:bdraco.

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

  • Improved performance of constructing :class:aiohttp.web.Response with headers -- by :user:bdraco.

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

  • Improved performance of making requests when there are no auto headers to skip -- by :user:bdraco.

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

  • Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:bdraco.

    HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.

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



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.11.7` -> `==3.11.9` | --- ### Release Notes <details> <summary>aio-libs/aiohttp (aiohttp)</summary> ### [`v3.11.9`](https://github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3119-2024-12-01) [Compare Source](https://github.com/aio-libs/aiohttp/compare/v3.11.8...v3.11.9) \=================== ## Bug fixes - Fixed invalid method logging unexpected being logged at exception level on subsequent connections -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10055`, :issue:`10076`. ## Miscellaneous internal changes - Improved performance of parsing headers when using the C parser -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10073`. *** ### [`v3.11.8`](https://github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3118-2024-11-27) [Compare Source](https://github.com/aio-libs/aiohttp/compare/v3.11.7...v3.11.8) \=================== ## Miscellaneous internal changes - Improved performance of creating :class:`aiohttp.ClientResponse` objects when there are no cookies -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10029`. - Improved performance of creating :class:`aiohttp.ClientResponse` objects -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10030`. - Improved performances of creating objects during the HTTP request lifecycle -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10037`. - Improved performance of constructing :class:`aiohttp.web.Response` with headers -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10043`. - Improved performance of making requests when there are no auto headers to skip -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10049`. - Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:`bdraco`. HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong. *Related issues and pull requests on GitHub:* :issue:`10055`. *** </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-11-28 03:05:24 +01:00
⬆️ Update dependency aiohttp to v3.11.8
All checks were successful
ci / docker (pull_request) Successful in 28s
ebe8b24113
renovate-bot force-pushed renovate/aiohttp-3.x from ebe8b24113 to 7b1446fefb 2024-12-02 03:04:02 +01:00 Compare
renovate-bot changed title from ⬆️ Update dependency aiohttp to v3.11.8 to ⬆️ Update dependency aiohttp to v3.11.9 2024-12-02 03:04:03 +01:00
All checks were successful
ci / docker (pull_request) Successful in 1m19s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/aiohttp-3.x:renovate/aiohttp-3.x
git checkout renovate/aiohttp-3.x
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#72
No description provided.