mrphlip / lrrbot

LoadingReadyRun Twitch chatbot
https://lrrbot.com/
Apache License 2.0
30 stars 20 forks source link

Update asgiref to 3.7.2 #1484

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates asgiref from 3.6.0 to 3.7.2.

Changelog ### 3.7.2 ``` ------------------ * The type annotations for SyncToAsync and AsyncToSync have been changed to more accurately reflect the kind of callables they return. ``` ### 3.7.1 ``` ------------------ * On Python 3.10 and below, the version of the "typing_extensions" package is now constrained to be at least version 4 (as we depend on functionality in that version and above) ``` ### 3.7.0 ``` ------------------ * Contextvars are now required for the implementation of Local as Python 3.6 is now no longer a supported version. * sync_to_async and async_to_sync now pass-through * Debug and Lifespan State extensions have resulted in a typing change for some request and response types. This change should be backwards-compatible. * ``asgiref`` frames will now be hidden in Django tracebacks by default. * Raw performance and garbage collection improvements in Local, SyncToAsync, and AsyncToSync. ```
Links - PyPI: https://pypi.org/project/asgiref - Changelog: https://pyup.io/changelogs/asgiref/ - Repo: https://github.com/django/asgiref/