From 2dbe598fc446fa4ddf2b1a145189908f4f8fedc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:41:55 +0000 Subject: [PATCH] Bump django-debug-toolbar from 1.10 to 1.11.1 in /app Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.10 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.10...1.11.1) Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt old mode 100755 new mode 100644 index 6b38dbcb..9d195ac4 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ Django==2.0.4 django-bootstrap-datepicker-plus==3.0.4 django-crispy-forms==1.7.2 -django-debug-toolbar==1.10 +django-debug-toolbar==1.11.1 django-extensions==2.1.0 Pillow==5.2.0 pytz==2018.4