Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-debug-toolbar from 4.3.0 to 4.4.2 #12416

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps django-debug-toolbar from 4.3.0 to 4.4.2.

Release notes

Sourced from [django-debug-toolbar's releases](https://github.com/jazzband/django-debug-toolbar/releases).

4.4.2

What's Changed

Full Changelog: [https://github.com/jazzband/django-debug-toolbar/compare/4.4.1...4.4.2](https://github.com/jazzband/django-debug-toolbar/compare/4.4.1...4.4.2)

4.4.1

What's changed

See [changelog for 4.4.1](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst#441-2024-05-26)

PRs merged

Full Changelog: [https://github.com/jazzband/django-debug-toolbar/compare/4.4...4.4.1](https://github.com/jazzband/django-debug-toolbar/compare/4.4...4.4.1)

4.4

Note: Version 4.4 (4.4.0) was not released to PyPI due to a metadata version incompatibility. Version 4.4.1 fixes that.

What's changed

See [changelog for 4.4](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst#440-2024-05-26)

PRs merged

New Contributors

... (truncated)

Changelog

Sourced from [django-debug-toolbar's changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst).

4.4.2 (2024-05-27)

  • Removed some CSS which wasn't carefully limited to the toolbar's elements.
  • Stopped assuming that INTERNAL_IPS is a list.
  • Added a section to the installation docs about running tests in projects where the toolbar is being used.

4.4.1 (2024-05-26)

  • Pin metadata version to 2.2 to be compatible with Jazzband release process.

4.4.0 (2024-05-26)

  • Raised the minimum Django version to 4.2.
  • Automatically support Docker rather than having the developer write a workaround for INTERNAL_IPS.
  • Display a better error message when the toolbar's requests return invalid json.
  • Render forms with as_div to silence Django 5.0 deprecation warnings.
  • Stayed on top of pre-commit hook updates.
  • Added :doc:architecture documentation <architecture> to help on-board new contributors.
  • Removed the static file path validation check in :class:StaticFilesPanel <debug_toolbar.panels.staticfiles.StaticFilesPanel> since that check is made redundant by a similar check in Django 4.0 and later.
  • Deprecated the OBSERVE_REQUEST_CALLBACK setting and added check debug_toolbar.W008 to warn when it is present in DEBUG_TOOLBAR_SETTINGS.
  • Add a note on the profiling panel about using Python 3.12 and later about needing --nothreading
  • Added IS_RUNNING_TESTS setting to allow overriding the debug_toolbar.E001 check to avoid including the toolbar when running tests.
  • Fixed the bug causing 'djdt' is not a registered namespace and updated docs to help in initial configuration while running tests.
  • Added a link in the installation docs to a more complete installation example in the example app.
  • Added check to prevent the toolbar from being installed when tests are running.
  • Added test to example app and command to run the example app's tests.
  • Implemented dark mode theme and button to toggle the theme, introduced the DEFAULT_THEME setting which sets the default theme to use.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

┆Issue is synchronized with this Jira Story

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering pip Used for dependabot PR's having to do with pip/python labels Jun 3, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-debug-toolbar-4.4.2 branch 2 times, most recently from 461cfd0 to 7f6d5e5 Compare June 6, 2024 23:55
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.3.0 to 4.4.2.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@4.3...4.4.2)

---
updated-dependencies:
- dependency-name: django-debug-toolbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-debug-toolbar-4.4.2 branch from 7f6d5e5 to 3461e9c Compare June 7, 2024 00:27
@robdivincenzo robdivincenzo self-requested a review June 10, 2024 15:33
Copy link
Collaborator

@robdivincenzo robdivincenzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will resolve issues locally with the debug toolbar

@robdivincenzo robdivincenzo merged commit a052e54 into main Jun 10, 2024
6 checks passed
@robdivincenzo robdivincenzo deleted the dependabot/pip/django-debug-toolbar-4.4.2 branch June 10, 2024 15:48
@data-sync-user
Copy link
Collaborator

➤ Simon Acosta Torres commented:

PR has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file engineering pip Used for dependabot PR's having to do with pip/python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants