From 2151cc2653a6deb533dcea5cb120af561727d682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:43:42 +0000 Subject: [PATCH] chore(deps)(deps): bump django-debug-toolbar from 4.2.0 to 6.0.0 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 4.2.0 to 6.0.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/4.2...6.0.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1bd919..48d6d92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ selenium==4.16.0 # Downgraded for compatibility # Security and Environment Management python-decouple==3.8 -django-debug-toolbar==4.2.0 # Downgraded for better Django compatibility +django-debug-toolbar==6.0.0 # Downgraded for better Django compatibility django-ratelimit==4.1.0 # Caching and Performance