Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp >=3.12.2,<4.0.0 -> >=3.12.6,<4.0.0 age adoption passing confidence

Release Notes

aio-libs/aiohttp (aiohttp)

v3.12.6

Compare Source

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

Bug fixes

  • Fixed spurious "Future exception was never retrieved" warnings for connection lost errors when the connector is not closed -- by :user:bdraco.

    When connections are lost, the exception is now marked as retrieved since it is always propagated through other means, preventing unnecessary warnings in logs.

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


v3.12.4

Compare Source

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

Bug fixes

  • Fixed connector not waiting for connections to close before returning from :meth:~aiohttp.BaseConnector.close (partial backport of :pr:3733) -- by :user:atemate and :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1925, :issue:11074.


v3.12.3

Compare Source

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

Bug fixes

  • Fixed memory leak in :py:meth:~aiohttp.CookieJar.filter_cookies that caused unbounded memory growth
    when making requests to different URL paths -- by :user:bdraco and :user:Cycloctane.

    Related issues and pull requests on GitHub:
    :issue:11052, :issue:11054.



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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 1, 2025 02:59
@renovate renovate bot force-pushed the renovate/aiohttp-3.x branch from 0d25739 to fab1d59 Compare June 3, 2025 07:45
@renovate renovate bot changed the title fix(deps): update dependency aiohttp to >=3.12.4,<4.0.0 fix(deps): update dependency aiohttp to >=3.12.6,<4.0.0 Jun 3, 2025
@kenany kenany force-pushed the renovate/aiohttp-3.x branch from fab1d59 to 10edcac Compare June 3, 2025 16:25
@renovate
Copy link
Contributor Author

renovate bot commented Jun 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kenany kenany enabled auto-merge (rebase) June 3, 2025 16:32
@kenany kenany merged commit 1d4a01f into main Jun 3, 2025
46 checks passed
@kenany kenany deleted the renovate/aiohttp-3.x branch June 3, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants