From 6c4c1e9a13d0072024e68f4f3b42638adbb31f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 09:27:53 +0000 Subject: [PATCH] Bump django-debug-toolbar from 6.1.0 to 6.2.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 6.1.0 to 6.2.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.1.0...6.2.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99ade8d3..16472ca2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ bootstrap = [ dev = [ "bornhack-website[bootstrap]", "bornhack-website[test]", - "django-debug-toolbar==6.1.0", + "django-debug-toolbar==6.2.0", "pipdeptree==2.30.0", "pre-commit==4.5.1", "setuptools_scm==9.2.2",