tj-django / django-view-breadcrumbs

Breadcrumb mixins for django views. Create breadcrumbs in seconds.
https://tj-django.github.io/django-view-breadcrumbs/#/
BSD 3-Clause "New" or "Revised" License
76 stars 8 forks source link

Update dependency asgiref to v3.7.1 #701

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

django/asgiref ### [`v3.7.1`](https://togithub.com/django/asgiref/blob/HEAD/CHANGELOG.txt#​371-2023-05-24) - 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) ### [`v3.7.0`](https://togithub.com/django/asgiref/blob/HEAD/CHANGELOG.txt#​370-2023-05-23) [Compare Source](https://togithub.com/django/asgiref/compare/3.6.0...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.

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.



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

codecov[bot] commented 1 year ago

Codecov Report

Merging #701 (7128242) into main (6336c35) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #701   +/-   ##
=======================================
  Coverage   97.15%   97.15%           
=======================================
  Files          12       12           
  Lines         281      281           
=======================================
  Hits          273      273           
  Misses          8        8           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more