From 612db4f82244cd42d98c28ae769eaa0c1888f29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 04:08:03 +0000 Subject: [PATCH] Update django-debug-toolbar requirement in /backend Updates the requirements on [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) to permit the latest version. - [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.0.1...7.1.1) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 7.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 60597d8b1f..eece491bf0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -138,7 +138,7 @@ dev = [ "pytest-xdist>=3.5.0", "websockets>=12.0", "typer>=0.12.3", - "django-debug-toolbar>=5.0.1", + "django-debug-toolbar>=7.1.1", ] # Pull torch from the CPU-only PyTorch index. torch 2.12 declares CUDA deps