From d586ad889c1e928bca525cd1c0a2259df2991978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:37:35 +0000 Subject: [PATCH] Bump django-debug-toolbar from 1.8 to 1.11.1 in /requirements 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] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index feadf11..0738ad8 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -15,5 +15,5 @@ pytz==2017.2 six==1.11.0 sqlparse==0.2.4 whitenoise==3.3.1 -django-debug-toolbar==1.8 +django-debug-toolbar==1.11.1 psycopg2