From 7c0416c50ca7415893ce7ab9100578c97921bef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:22:48 +0000 Subject: [PATCH] Bump django-debug-toolbar from 1.11 to 1.11.1 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.11 to 1.11.1. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/1.11.1/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/1.11...1.11.1) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 595cf09..19dbe6b 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ verify_ssl = true django = "==2.2.0" django-allauth = "==0.39.0" django-crispy-forms = "==1.7.1" -django-debug-toolbar = "==1.11" +django-debug-toolbar = "==1.11.1" [requires] python_version = "3.7"