Skip to content

chore(deps): bump asgiref from 3.8.1 to 3.11.1#64

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/asgiref-3.11.1
Open

chore(deps): bump asgiref from 3.8.1 to 3.11.1#64
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/asgiref-3.11.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps asgiref from 3.8.1 to 3.11.1.

Changelog

Sourced from asgiref's changelog.

3.11.1 (2026-02-03)

  • 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)

3.11.0 (2025-11-19)

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

3.10.0 (2025-10-05)

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

3.9.2 (2025-09-23)

  • Adds support for Python 3.14.

  • Fixes wsgi.errors file descriptor in WsgiToAsgi adapter.

3.9.1 (2025-07-08)

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added automated Auto-created for Dependabot and workflow automation dependencies Auto-created for Dependabot and workflow automation python Auto-created for Dependabot and workflow automation labels Mar 2, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 2, 2026

Deploying meetspot with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9862ea6
Status: ✅  Deploy successful!
Preview URL: https://33913e92.meetspot.pages.dev
Branch Preview URL: https://dependabot-pip-asgiref-3-11-h6s5.meetspot.pages.dev

View logs

@github-actions github-actions bot added needs-review Auto-created for Dependabot and workflow automation major-update Auto-created for Dependabot and workflow automation labels Mar 2, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/asgiref-3.11.1 branch from 59ab06b to 20c647e Compare March 2, 2026 01:16
Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.11.1.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](django/asgiref@3.8.1...3.11.1)

---
updated-dependencies:
- dependency-name: asgiref
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/asgiref-3.11.1 branch from 20c647e to 9862ea6 Compare March 2, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Auto-created for Dependabot and workflow automation dependencies Auto-created for Dependabot and workflow automation major-update Auto-created for Dependabot and workflow automation needs-review Auto-created for Dependabot and workflow automation python Auto-created for Dependabot and workflow automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant