⬆️ Update dependency aiohttp to v3.11.11 #77

Merged
sebclem merged 1 commits from renovate/aiohttp-3.x into main 2024-12-27 11:07:36 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
aiohttp patch ==3.11.10 -> ==3.11.11

Release Notes

aio-libs/aiohttp (aiohttp)

v3.11.11

Compare Source

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

Bug fixes

  • Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from ClientSession._cookie_jar when processing cookies parameter.
    -- by :user:Cycloctane.

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

  • Fixed type of SSLContext for some static type checkers (e.g. pyright).

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

  • Updated :meth:aiohttp.web.StreamResponse.write annotation to also allow :class:bytearray and :class:memoryview as inputs -- by :user:cdce8p.

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

  • Fixed a hang where a connection previously used for a streaming
    download could be returned to the pool in a paused state.
    -- by :user:javitonino.

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

Features

  • Enabled ALPN on default SSL contexts. This improves compatibility with some
    proxies which don't work without this extension.
    -- by :user:Cycloctane.

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

Miscellaneous internal changes

  • Fixed an infinite loop that can occur when using aiohttp in combination
    with async-solipsism_ -- by :user:bmerry.

    .. _async-solipsism: https://github.com/bmerry/async-solipsism

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



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.10` -> `==3.11.11` | --- ### Release Notes <details> <summary>aio-libs/aiohttp (aiohttp)</summary> ### [`v3.11.11`](https://github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#31111-2024-12-18) [Compare Source](https://github.com/aio-libs/aiohttp/compare/v3.11.10...v3.11.11) \==================== ## Bug fixes - Updated :py:meth:`~aiohttp.ClientSession.request` to reuse the `quote_cookie` setting from `ClientSession._cookie_jar` when processing cookies parameter. \-- by :user:`Cycloctane`. *Related issues and pull requests on GitHub:* :issue:`10093`. - Fixed type of `SSLContext` for some static type checkers (e.g. pyright). *Related issues and pull requests on GitHub:* :issue:`10099`. - Updated :meth:`aiohttp.web.StreamResponse.write` annotation to also allow :class:`bytearray` and :class:`memoryview` as inputs -- by :user:`cdce8p`. *Related issues and pull requests on GitHub:* :issue:`10154`. - Fixed a hang where a connection previously used for a streaming download could be returned to the pool in a paused state. \-- by :user:`javitonino`. *Related issues and pull requests on GitHub:* :issue:`10169`. ## Features - Enabled ALPN on default SSL contexts. This improves compatibility with some proxies which don't work without this extension. \-- by :user:`Cycloctane`. *Related issues and pull requests on GitHub:* :issue:`10156`. ## Miscellaneous internal changes - Fixed an infinite loop that can occur when using aiohttp in combination with `async-solipsism`\_ -- by :user:`bmerry`. .. \_async-solipsism: https://github.com/bmerry/async-solipsism *Related issues and pull requests on GitHub:* :issue:`10149`. *** </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-12-19 03:04:55 +01:00
⬆️ Update dependency aiohttp to v3.11.11
All checks were successful
ci / docker (pull_request) Successful in 30s
5559f69719
renovate-bot force-pushed renovate/aiohttp-3.x from 5559f69719 to f27146e8ef 2024-12-23 03:04:04 +01:00 Compare
sebclem merged commit d8ac62172a into main 2024-12-27 11:07:36 +01: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#77
No description provided.