From 30f4799215252112261e303fdc2ac5611528b83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:03:11 +0000 Subject: [PATCH] chore(deps-dev): bump django-debug-toolbar from 5.2.0 to 6.2.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 5.2.0 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/5.2.0...6.2.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ef4b8017..676e352dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "Faker==40.4.0", "tblib==1.7.0", "responses==0.26.0", - "django-debug-toolbar==5.2.0", + "django-debug-toolbar==6.2.0", "coverage", "ddt", "model-bakery==1.23.3",