zyv / pilot_log

Simple Django pilot log webapp
MIT License
4 stars 3 forks source link

chore(deps): update dependency django-debug-toolbar to v4 #66

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
django-debug-toolbar (changelog) 3.8.1 -> 4.0.0 age adoption passing confidence

Release Notes

jazzband/django-debug-toolbar ### [`v4.0.0`](https://togithub.com/jazzband/django-debug-toolbar/releases/tag/4.0.0) [Compare Source](https://togithub.com/jazzband/django-debug-toolbar/compare/3.8.1...4.0.0) - Added Django 4.2a1 to the CI. - Dropped support for Python 3.7. - Fixed PostgreSQL raw query with a tuple parameter during on explain. - Use `TOOLBAR_LANGUAGE` setting when rendering individual panels that are loaded via AJAX. - Add decorator for rendering toolbar views with `TOOLBAR_LANGUAGE`. - Removed the logging panel. The panel's implementation was too complex, caused memory leaks and sometimes very verbose and hard to silence output in some environments (but not others). The maintainers judged that time and effort is better invested elsewhere. - Added support for psycopg3. - When `ENABLE_STACKTRACE_LOCALS` is `True`, the stack frames' locals dicts will be converted to strings when the stack trace is captured rather when it is rendered, so that the correct values will be displayed in the rendered stack trace, as they may have changed between the time the stack trace was captured and when it is rendered.

Configuration

📅 Schedule: Branch creation - "every 1 hour on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.