From 9a526fc0bf2bf1c29da630e986c4661c88c13299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:03:15 +0000 Subject: [PATCH] Bump django-debug-toolbar from 0.11.0 to 1.11.1 in /example Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 0.11.0 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/0.11.0...1.11.1) Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 1c2740c..e24f7d3 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,7 +1,7 @@ Django==1.11.23 PIL==1.1.7 South==0.8.2 -django-debug-toolbar==0.11.0 +django-debug-toolbar==1.11.1 django-media-manager==3.3.1 django-tinymce==1.5.2 ipdb==0.8