cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12.02k stars 2.88k forks source link

Update uvicorn to 0.30.0 #5101

Closed pyup-bot closed 4 months ago

pyup-bot commented 4 months ago

This PR updates uvicorn[standard] from 0.29.0 to 0.30.0.

Changelog ### 0.30.0 ``` Added - New multiprocess manager (2183) - Allow `ConfigParser` or a `io.IO[Any]` on `log_config` (1976) Fixed - Suppress side-effects of signal propagation (2317) - Send `content-length` header on 5xx (2304) Deprecated - Deprecate the `uvicorn.workers` module (2302) ```
Links - PyPI: https://pypi.org/project/uvicorn - Changelog: https://data.safetycli.com/changelogs/uvicorn/
browniebroke commented 4 months ago

Looks like we need to update our usage: https://github.com/encode/uvicorn/pull/2302