Skip to content

Update dependency aiohttp to v3.12.9#163

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp ==3.12.7 -> ==3.12.9 age adoption passing confidence

Release Notes

aio-libs/aiohttp (aiohttp)

v3.12.9

Compare Source

v3.12.8: 3.12.8

Compare Source

Features

  • Added preemptive digest authentication to :class:~aiohttp.DigestAuthMiddleware -- by :user:bdraco.

    The middleware now reuses authentication credentials for subsequent requests to the same
    protection space, improving efficiency by avoiding extra authentication round trips.
    This behavior matches how web browsers handle digest authentication and follows
    :rfc:7616#section-3.6.

    Preemptive authentication is enabled by default but can be disabled by passing
    preemptive=False to the middleware constructor.

    Related issues and pull requests on GitHub:
    #​11128, #​11129.



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 Jun 5, 2025
@renovate renovate Bot enabled auto-merge (squash) June 5, 2025 00:47
@renovate renovate Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 5, 2025
@renovate renovate Bot force-pushed the renovate/aiohttp-3.x branch from f7fa5dd to 8ea8436 Compare June 5, 2025 08:08
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (4df1faf) to head (8ea8436).
Report is 1 commits behind head on main.

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

☔ 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

sonarqubecloud Bot commented Jun 5, 2025

@renovate renovate Bot merged commit e50d5c5 into main Jun 5, 2025
17 checks passed
@renovate renovate Bot deleted the renovate/aiohttp-3.x branch June 5, 2025 08:09
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