From 060278059c8cc76704fb07af837abdc2893290dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:18:27 +0000 Subject: [PATCH] Bump django-debug-toolbar from 6.0.0 to 6.2.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 6.0.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/6.0.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-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31839ae..6974c70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ test = [ "beautifulsoup4==4.13.4", "coverage==7.13.4", - "django-debug-toolbar==6.0.0", + "django-debug-toolbar==6.2.0", "factory-boy==3.3.3", "pytest-django==4.11.1", "pytest-cov==7.0.0",