From 282520f93a5ad5cc227edcb6c6587bd77db2bd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:03:56 +0000 Subject: [PATCH] build(deps-dev): bump django-debug-toolbar in /backend Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 6.3.0 to 7.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/6.3.0...7.0.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index bea0682c6..119e6dc61 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,3 +1,3 @@ -django-debug-toolbar==6.3.0 +django-debug-toolbar==7.0.0 django-extensions==4.1 pre-commit==4.6.0