Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
asgiref (changelog) ==3.10.0 -> ==3.11.0 age confidence

Release Notes

django/asgiref (asgiref)

v3.11.0

Compare Source

  • sync_to_async gains a context parameter, similar to those for
    asyncio.create_task, TaskGroup &co, that can be used on Python 3.11+ to
    control the context used by the underlying task.

    The parent context is already propagated by default but the additional
    control is useful if multiple sync_to_async calls need to share the same
    context, e.g. when used with asyncio.gather().


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 automerge dependencies Pull requests that update a dependency file labels Nov 19, 2025
@renovate renovate bot enabled auto-merge (squash) November 19, 2025 17:14
@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.79%. Comparing base (37e043d) to head (e99da79).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #982   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files          10       10           
  Lines         968      968           
=======================================
  Hits          966      966           
  Misses          2        2           

☔ 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.

@renovate renovate bot merged commit 356b69d into main Nov 19, 2025
25 of 27 checks passed
@renovate renovate bot deleted the renovate/asgiref-3.x branch November 19, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants