From 996e9f5cd0db8502fd58182774fbae3bd65611d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:41:34 +0000 Subject: [PATCH] Bump django-debug-toolbar from 1.8 to 1.11.1 in /sandbox 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] --- sandbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index 2fd6339..1cb6cb9 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,5 +1,5 @@ Django==1.11.21 django-compressor==2.1.1 -django-debug-toolbar==1.8 +django-debug-toolbar==1.11.1 django-web-profiler==0.1.3 requests==2.20.0