Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2025

This PR contains the following updates:

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

Release Notes

django/asgiref (asgiref)

v3.10.0

Compare Source

  • Added AsyncSingleThreadContext context manager to ensure multiple AsyncToSync
    invocations use the same thread. (#​511)

v3.9.2

Compare Source

  • Adds support for Python 3.14.

  • Fixes wsgi.errors file descriptor in WsgiToAsgi adapter.

v3.9.1

Compare Source

  • Fixed deletion of Local values affecting other contexts. (#​523)

  • Skip CPython specific garbage collection test on pypy. (#​521)

v3.9.0

Compare Source

  • Adds support for Python 3.13.

  • Drops support for (end-of-life) Python 3.8.

  • Fixes an error with conflicting kwargs between AsyncToSync and the wrapped
    function. (#​471)

  • Fixes Local isolation between asyncio Tasks. (#​478)

  • Fixes a reference cycle in Local (#​508)

  • Fixes a deadlock in CurrentThreadExecutor with nested async_to_sync →
    sync_to_async → async_to_sync → create_task calls. (#​494)

  • The ApplicationCommunicator testing utility will now return the task result
    if it's already completed on send_input and receive_nothing. You may need to
    catch (e.g.) the asyncio.exceptions.CancelledError if sending messages to
    already finished consumers in your tests. (#​505)


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 the dependencies Pull requests that update a dependency file label Jul 25, 2025
@renovate renovate bot force-pushed the renovate/asgiref-3.x-lockfile branch from 2f424f2 to 58632a0 Compare September 23, 2025 16:39
@renovate renovate bot changed the title Update dependency asgiref to v3.9.1 Update dependency asgiref to v3.9.2 Sep 23, 2025
@renovate renovate bot changed the title Update dependency asgiref to v3.9.2 Update dependency asgiref to v3.10.0 Oct 5, 2025
@renovate renovate bot force-pushed the renovate/asgiref-3.x-lockfile branch from 58632a0 to 505c13d Compare October 5, 2025 09:33
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant