tj-django / django-clone

Controlled Django model instance replication.
https://tj-django.github.io/django-clone
MIT License
120 stars 24 forks source link

chore(deps): update dependency asgiref to v3.8.0 #872

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

django/asgiref (asgiref) ### [`v3.8.0`](https://togithub.com/django/asgiref/blob/HEAD/CHANGELOG.txt#380-2024-03-20) [Compare Source](https://togithub.com/django/asgiref/compare/3.7.2...3.8.0) - Adds support for Python 3.12. - Drops support for (end-of-life) Python 3.7. - Fixes task cancellation propagation to subtasks when using synchronous Django middleware. - Allows nesting `sync_to_async` via `asyncio.wait_for`. - Corrects WSGI adapter handling of root path. - Handles case where `"client"` is `None` in WsgiToAsgi adapter.

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 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.77%. Comparing base (f62c4db) to head (9d70848).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #872 +/- ## ======================================= Coverage 99.77% 99.77% ======================================= Files 9 9 Lines 894 894 ======================================= Hits 892 892 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.