mozilla / mentoring

Application powering https://mentoring.mozilla.com
Mozilla Public License 2.0
7 stars 8 forks source link

Update dependency asgiref to v3.3.4 #153

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
asgiref (changelog) ==3.2.10 -> ==3.3.4 age adoption passing confidence

Release Notes

django/asgiref ### [`v3.3.4`](https://togithub.com/django/asgiref/blob/master/CHANGELOG.txt#​334-2021-04-06) [Compare Source](https://togithub.com/django/asgiref/compare/3.3.3...3.3.4) - The async_to_sync type error is now a warning due the high false negative rate when trying to detect coroutine-returning callables in Python. ### [`v3.3.3`](https://togithub.com/django/asgiref/blob/master/CHANGELOG.txt#​333-2021-04-06) [Compare Source](https://togithub.com/django/asgiref/compare/3.3.2...3.3.3) - The sync conversion functions now correctly detect functools.partial and other wrappers around async functions on earlier Python releases. ### [`v3.3.2`](https://togithub.com/django/asgiref/blob/master/CHANGELOG.txt#​332-2021-04-05) [Compare Source](https://togithub.com/django/asgiref/compare/3.3.1...3.3.2) - SyncToAsync now takes an optional "executor" argument if you want to supply your own executor rather than using the built-in one. - async_to_sync and sync_to_async now check their arguments are functions of the correct type. - Raising CancelledError inside a SyncToAsync function no longer stops a future call from functioning. - ThreadSensitive now provides context hooks/override options so it can be made to be sensitive in a unit smaller than threads (e.g. per request) - Drop Python 3.5 support. - Add type annotations. ### [`v3.3.1`](https://togithub.com/django/asgiref/blob/master/CHANGELOG.txt#​331-2020-11-09) [Compare Source](https://togithub.com/django/asgiref/compare/3.3.0...3.3.1) - Updated StatelessServer to use ASGI v3 single-callable applications. ### [`v3.3.0`](https://togithub.com/django/asgiref/blob/master/CHANGELOG.txt#​330-2020-10-09) [Compare Source](https://togithub.com/django/asgiref/compare/3.2.10...3.3.0) - sync_to_async now defaults to thread-sensitive mode being on - async_to_sync now works inside of forked processes - WsgiToAsgi now correctly clamps its response body when Content-Length is set

Configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled due to failing status checks.

:recycle: Rebasing: Never, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.