From 0902a219db7e75e45d1f64d765d9485ce55c9ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:52:45 +0000 Subject: [PATCH] build(deps): Update django-debug-toolbar requirement 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...7.0.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbda14ef..c3beeac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "django-heroku>=0.3.1,<0.4.0", # Development & Debugging - "django-debug-toolbar>=5.2.0,<7.0.0", + "django-debug-toolbar>=5.2.0,<8.0.0", "ruff>=0.8.0,<1.0.0", # Testing