From db130e218cb5ac01b62c2af8b77c84fb9879ab42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:37:34 +0000 Subject: [PATCH] Update django-debug-toolbar requirement in /13707 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.2.0...6.2.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- 13707/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13707/pyproject.toml b/13707/pyproject.toml index a07ffb6..67d3c02 100644 --- a/13707/pyproject.toml +++ b/13707/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ dev = [ "djade", "django-browser-reload", - "django-debug-toolbar ~=5.2.0,<6", + "django-debug-toolbar~=6.2.0", "ruff", "pytest", "pytest-cov",