From 8abc99b4bfdd0fc5df979f229f325ed1eff38bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 04:03:58 +0000 Subject: [PATCH] Bump django-debug-toolbar from 3.2.2 to 6.2.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 3.2.2 to 6.2.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/3.2.2...6.2.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sandbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index aebb00e..e3760a5 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,4 +1,4 @@ Django>=3.2 wagtail>=4.1 -django-debug-toolbar==3.2.2 +django-debug-toolbar==6.2.0 -e .[docs,test]