From 989ba8f4c25cc90b97186c864199521ea1f3793a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:40:57 +0000 Subject: [PATCH] Bump django-debug-toolbar from 1.5 to 1.11.1 in /esp Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.5 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.5...1.11.1) Signed-off-by: dependabot[bot] --- esp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp/requirements.txt b/esp/requirements.txt index b64fe35b27..dea6ee0645 100644 --- a/esp/requirements.txt +++ b/esp/requirements.txt @@ -3,7 +3,7 @@ Django==1.11.29 # Django-specific packages git+https://github.com/learning-unlimited/django-argcache.git@django-1.9 # Handles caching -django-debug-toolbar==1.5 # Provides the debug toolbar +django-debug-toolbar==1.11.1 # Provides the debug toolbar django-extensions==1.8.1 # Provides shell_plus, runserver_plus, and other utilities django-filebrowser-no-grappelli==3.8.0 # Provides admin panel interface for files django-form-utils==1.0.3 # Provides BetterForm (used in customforms) and BetterModelForm (used in program creation)