From 506090969c15de5a0e8c43af8950d710105525d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:47:00 +0000 Subject: [PATCH] Bump django-debug-toolbar from 6.0.0 to 6.1.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 6.0.0 to 6.1.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.0.0...6.1.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a407d925..464e1bc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ coverage==7.11.0 Django==5.2.8 -django-debug-toolbar==6.0.0 +django-debug-toolbar==6.1.0 freezegun==1.5.5 django-formtools==2.5.1 django-allauth[socialaccount,keycloak]==65.12.1