From c277ec8ec6e191ec730e4bcdc8b00ec33f639b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:29:09 +0000 Subject: [PATCH] build(deps): bump django-debug-toolbar from 5.2.0 to 6.0.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/django-commons/django-debug-toolbar/compare/5.2.0...6.0.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4a7918cae..7adf6a1b81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ daphne==4.2.1 Django==5.2.4 django-cacheops==7.2 django-cors-headers==4.7.0 -django-debug-toolbar==5.2.0 +django-debug-toolbar==6.0.0 django-extensions==4.1 django-formtools==2.5.1 django-maintenance-mode==0.22.0