Skip to content

Update dependency aiohttp to v3.12.2#147

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/aiohttp-3.x
May 27, 2025
Merged

Update dependency aiohttp to v3.12.2#147
renovate[bot] merged 1 commit intomainfrom
renovate/aiohttp-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp ==3.12.0 -> ==3.12.2 age adoption passing confidence

Release Notes

aio-libs/aiohttp (aiohttp)

v3.12.2

Compare Source

v3.12.1: 3.12.1

Compare Source

Features

  • Added support for reusable request bodies to enable retries, redirects, and digest authentication -- by :user:bdraco and :user:GLGDLY.

    Most payloads can now be safely reused multiple times, fixing long-standing issues where POST requests with form data or file uploads would fail on redirects with errors like "Form data has been processed already" or "I/O operation on closed file". This also enables digest authentication to work with request bodies and allows retry mechanisms to resend requests without consuming the payload. Note that payloads derived from async iterables may still not be reusable in some cases.

    Related issues and pull requests on GitHub:
    #​5530, #​5577, #​9201, #​11017.



Configuration

📅 Schedule: Branch creation - "before 9am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 27, 2025
@renovate renovate Bot enabled auto-merge (squash) May 27, 2025 02:49
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (81e73f9) to head (ad4bf15).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #147   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        41           
  Lines         2287      2287           
=========================================
  Hits          2287      2287           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot merged commit 6387eec into main May 27, 2025
19 checks passed
@renovate renovate Bot deleted the renovate/aiohttp-3.x branch May 27, 2025 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants