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

Update django-debug-toolbar to 4.4.3 #2040

Closed

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jul 4, 2024

This PR updates django-debug-toolbar from 4.2.0 to 4.4.3.

Changelog

4.4.2

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-debug-toolbar/pull/1909
* Avoid setting color-scheme on :root, we're only a guest on pages by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1923
* Add a section to the installation docs about running tests by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1921
* Version 4.4.2 by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1924


**Full Changelog**: 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
* Limit metadata version for Jazzband's release process by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1916

**Full Changelog**: 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
* Use url template tag for example URLs by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1879
* Keep GitHub Actions up to date with GitHub's Dependabot by cclauss in https://github.com/jazzband/django-debug-toolbar/pull/1876
* 1870 fix pre commit errors by elijah0kello in https://github.com/jazzband/django-debug-toolbar/pull/1884
* Show toolbar for docker's internal IP address by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1887
* Raise the minimum Django version to 4.2 by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1880
* 1847 improve handling when djdt views dont respond with json by elineda in https://github.com/jazzband/django-debug-toolbar/pull/1877
* Fix DeprecationWarnings about form default templates by pfouque in https://github.com/jazzband/django-debug-toolbar/pull/1878
* Add architecture documentation for the project. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1890
* Remove obsolete staticfiles check by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1894
* Make tox pass selenium environment variables by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1892
* Allow more control over tox Selenium tests by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1897
* Deprecate OBSERVE_REQUEST_CALLBACK setting by living180 in https://github.com/jazzband/django-debug-toolbar/pull/1895
* Docs > Add a note on the profiling panel doc by elineda in https://github.com/jazzband/django-debug-toolbar/pull/1899
* 'djdt' is not a registered namespace 1405 by VeldaKiara in https://github.com/jazzband/django-debug-toolbar/pull/1889
* Remove unnecessary GitHub Graph info by jeffwidman in https://github.com/jazzband/django-debug-toolbar/pull/1910
* New coverage.yml for code coverage by salty-ivy in https://github.com/jazzband/django-debug-toolbar/pull/1912
* Dark mode support by TheRealVizard in https://github.com/jazzband/django-debug-toolbar/pull/1913
* Fix theme selenium integration test. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1915

New Contributors
* elijah0kello made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1884
* pfouque made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1878
* jeffwidman made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1910
* salty-ivy made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1912
* TheRealVizard made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1913

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/4.3...4.4

4.3

What's Changed
* docs(panels): remove very old / outdated third-party panels by Zerotask in https://github.com/jazzband/django-debug-toolbar/pull/1825
* Add note on lack of async support to docs by salomvary in https://github.com/jazzband/django-debug-toolbar/pull/1829
* do not quote SQL params before passing them to mogrify by tkoschnick in https://github.com/jazzband/django-debug-toolbar/pull/1832
* panels(templates): avoid evaluating LazyObject by nijel in https://github.com/jazzband/django-debug-toolbar/pull/1833
* Support Django 5.0 by adamchainz in https://github.com/jazzband/django-debug-toolbar/pull/1839
* Add Python 3.12 to the test matrix. by tim-schilling in https://github.com/jazzband/django-debug-toolbar/pull/1816
* Fix `utils.get_name_from_obj` proper view names by leandrodesouzadev in https://github.com/jazzband/django-debug-toolbar/pull/1846
* pyproject.toml: Work on the readability of ruff settings by cclauss in https://github.com/jazzband/django-debug-toolbar/pull/1850
* Switch to ruff format by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1852
* Fix 1858 -- Drop support for Django 4.0 by pauloxnet in https://github.com/jazzband/django-debug-toolbar/pull/1859
* Fix 1860 -- Update GitHub action versions by pauloxnet in https://github.com/jazzband/django-debug-toolbar/pull/1861
* Refactor is_project_func method for Windows compatibility by DraKen0009 in https://github.com/jazzband/django-debug-toolbar/pull/1857
* Configure ESLint using a JS file instead of JSON by matthiask in https://github.com/jazzband/django-debug-toolbar/pull/1868
* pre-commit-config: Upgrade ruff by cclauss in https://github.com/jazzband/django-debug-toolbar/pull/1869
* The djdt handle shouldn't be stuck at the top of the browser window initially 1853 by VeldaKiara in https://github.com/jazzband/django-debug-toolbar/pull/1871
* 1843 new ajax request resets whole view if historypanel is enabled by elineda in https://github.com/jazzband/django-debug-toolbar/pull/1872

New Contributors
* Zerotask made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1825
* salomvary made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1829
* tkoschnick made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1832
* nijel made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1833
* DraKen0009 made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1857
* VeldaKiara made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1871
* elineda made their first contribution in https://github.com/jazzband/django-debug-toolbar/pull/1872

**Full Changelog**: https://github.com/jazzband/django-debug-toolbar/compare/4.2...4.3
Links

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Jul 5, 2024

Closing this in favor of #2042

@pyup-bot pyup-bot closed this Jul 5, 2024
@MBARIMike MBARIMike deleted the pyup-update-django-debug-toolbar-4.2.0-to-4.4.3 branch July 5, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant