From dbb414acf204495fbc16d68ee393ac7f1f1763c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:41:54 +0000 Subject: [PATCH] Bump django-debug-toolbar from 1.9.1 to 1.11.1 in /app Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.9.1 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.9.1...1.11.1) Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 2a073629..a8a42b4f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -3,7 +3,7 @@ djangorestframework==3.8.0 # authentication coreapi==2.3.3 djangorestframework-gis==0.13.0 -django-debug-toolbar==1.9.1 +django-debug-toolbar==1.11.1 django-filter==1.1.0 django-extensions==2.1.2 django-cors-headers==2.4.0