imAsparky / django-cookiecutter

A Django project cookiecutter complete with built-in continuous delivery using GitHub actions.
Other
21 stars 3 forks source link

fix(pyup): Update django-debug-toolbar to 4.4.4 #771

Closed pyup-bot closed 2 months ago

pyup-bot commented 2 months ago

This PR updates django-debug-toolbar from 4.4.2 to 4.4.4.

Changelog ### 4.4.4 ``` ------------------ * Added check for StreamingHttpResponse in alerts panel. * Instrument the Django Jinja2 template backend. This only instruments the immediate template that's rendered. It will not provide stats on any parent templates. ``` ### 4.4.3 ``` ------------------ * Added alerts panel with warning when form is using file fields without proper encoding type. * Fixed overriding font-family for both light and dark themes. * Restored compatibility with ``iptools.IpRangeList``. * Limit ``E001`` check to likely error cases when the ``SHOW_TOOLBAR_CALLBACK`` has changed, but the toolbar's URL paths aren't installed. * Introduce helper function ``debug_toolbar_urls`` to simplify installation. * Moved "1rem" height/width for SVGs to CSS properties. ```
Links - PyPI: https://pypi.org/project/django-debug-toolbar - Changelog: https://data.safetycli.com/changelogs/django-debug-toolbar/
imAsparky commented 2 months ago

Done PR #772