From 74417eead984eb16c2a647d2527aa97340108678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:08:37 +0000 Subject: [PATCH] Bump django-debug-toolbar from 2.1 to 2.2.1 in /requirements Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.1 to 2.2.1. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/2.2.1/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/2.1...2.2.1) Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements/local.txt diff --git a/requirements/local.txt b/requirements/local.txt old mode 100755 new mode 100644 index 86d09c3..4298db4 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -10,7 +10,7 @@ Werkzeug==0.16.0 django-test-plus==1.4.0 factory-boy==2.12.0 -django-debug-toolbar==2.1 +django-debug-toolbar==2.2.1 # improved REPL ipdb==0.12.3