From 895b2dd4e728bf0764fd96cbafb2d191d43bac61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:30:21 +0000 Subject: [PATCH] :arrow_up: Bump django-debug-toolbar from 4.4.6 to 5.0.1 Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 4.4.6 to 5.0.1. - [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.4.6...5.0.1) --- updated-dependencies: - dependency-name: django-debug-toolbar 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 071f5827c..71ed4e2fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pbr>=0.11 six==1.17.0 sqlparse==0.5.3 # django-debug-toolbar -django-debug-toolbar==4.4.6 +django-debug-toolbar==5.0.1 python-mimeparse==2.0.0 # tastypie python-dateutil==2.9.0 # tastypie defusedxml==0.7.1 # tastypie