Skip to content

Update dependency asgiref to v3.11.1#31

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/asgiref-3.x
Open

Update dependency asgiref to v3.11.1#31
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/asgiref-3.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 31, 2026

This PR contains the following updates:

Package Change Age Confidence
asgiref (changelog) ==3.9.1==3.11.1 age confidence

Release Notes

django/asgiref (asgiref)

v3.11.1

Compare Source

  • SECURITY FIX CVE-2025-14550: There was a potential DoS vector for users of
    the asgiref.wsgi.WsgiToAsgi adapter. Malicious requests, including an unreasonably
    large number of values for the same header, could lead to resource exhaustion
    when building the WSGI environment.

    To mitigate this, the algorithm is changed to be more efficient, and
    WsgiToAsgi gains a new optional duplicate_header_limit parameter,
    which defaults to 100. This specifies the number of times a single header may
    be repeated before the request is rejected as malformed.

    You may override duplicate_header_limit when configuring your application::

    application = WsgiToAsgi(wsgi_app, duplicate_header_limit=200)
    

    Set duplicate_header_limit=None if you wish to disable this check.

  • Fixed a regression in 3.11.0 in sync_to_async when wrapping a callable
    with an attribute named context. (#​537)

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().

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.


Configuration

📅 Schedule: (UTC)

  • 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 force-pushed the renovate/asgiref-3.x branch from 4459b72 to 883f41e Compare June 1, 2026 08:02
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.

0 participants