From 128c2cc946e1d6cf937bf02a1f5aadfd482e38a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 04:37:43 +0000 Subject: [PATCH] Update django-debug-toolbar requirement in /requirements 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/4.2...5.0.1) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 16c53c13..df5937ea 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ Django==5.1.5 django-dotenv==1.4.2 wagtail==6.3.2 wagtail-font-awesome-svg>=1,<2 -django-debug-toolbar>=4.2,<5 +django-debug-toolbar>=4.2,<6 django-extensions==3.2.3 django-csp==3.7 dj-database-url==2.1.0