From 0de93f9d189ee718ac8e9d57d756102a581fd2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:43:03 +0000 Subject: [PATCH] Bump django-debug-toolbar from 1.8 to 1.11.1 in /backend Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.8 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.8...1.11.1) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8e2f4a1..a1bada2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ Django==1.10.4 Pillow==4.1.1 django-crispy-forms==1.6.1 -django-debug-toolbar==1.8 +django-debug-toolbar==1.11.1 django-formtools==2.0 django-pure-pagination==0.3.0 future==0.16.0