From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:17:10 +0000 (+0000) Subject: build(deps-dev): update django-debug-toolbar requirement X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30ab4986f9f2d6c771a617724cb5371ad5ee92e6;p=thirdparty%2Fpatchwork.git build(deps-dev): update django-debug-toolbar requirement 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.4.6...5.0.1) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- diff --git a/requirements-dev.txt b/requirements-dev.txt index 123bd88f..90bc4c31 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ Django~=5.1.0 djangorestframework~=3.15.2 django-filter~=24.2.0 -django-debug-toolbar~=4.4.6 +django-debug-toolbar~=5.0.1 django-dbbackup~=4.2.0 -r requirements-test.txt