From dfe24e5070b0466748d10ea8ced01f063ef9f976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:30:18 +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.1.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.1.0 dependency-type: direct:production ... 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..0b1b36a 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.1.0", "ruff", "pytest", "pytest-cov",