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.17k stars 2.91k forks source link

Update uvicorn to 0.32.0 #5471

Closed pyup-bot closed 1 month ago

pyup-bot commented 1 month ago

This PR updates uvicorn[standard] from 0.31.0 to 0.32.0.

Changelog ### 0.32.0 ``` Added * Officially support Python 3.13 (2482) * Warn when `max_request_limit` is exceeded (2430) ``` ### 0.31.1 ``` Fixed * Support WebSockets 0.13.1 (2471) * Restore support for `[*]` in trusted hosts (2480) * Add `PathLike[str]` type hint for `ssl_keyfile` (2481) ```
Links - PyPI: https://pypi.org/project/uvicorn - Changelog: https://data.safetycli.com/changelogs/uvicorn/