From f8b0d4c893110fd3451e8bd21d75b828d1d378d6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 5 Jul 2024 12:42:00 -0400 Subject: [PATCH] Update django-debug-toolbar from 3.2.1 to 4.4.5 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a1a2ed42..8c20a50c 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -30,7 +30,7 @@ pre-commit==2.17.0 # xhttps://github.com/pre-commit/pre-commit factory-boy==3.0.1 # https://github.com/FactoryBoy/factory_boy model_bakery==1.11.0 # https://github.com/model-bakers/model_bakery -django-debug-toolbar==3.2.1 # https://github.com/jazzband/django-debug-toolbar +django-debug-toolbar==4.4.5 # https://github.com/jazzband/django-debug-toolbar django-extensions==3.0.8 # https://github.com/django-extensions/django-extensions django-coverage-plugin==1.8.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==3.9.0 # https://github.com/pytest-dev/pytest-django