From 1e1acd5770bbcc800c847fc61cfa342ec9945f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:44:27 +0000 Subject: [PATCH] Bump django-debug-toolbar in /Django-uwsgi-nginx-mysql/docker/python 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] --- Django-uwsgi-nginx-mysql/docker/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Django-uwsgi-nginx-mysql/docker/python/requirements.txt b/Django-uwsgi-nginx-mysql/docker/python/requirements.txt index 34f93fe..3ca5094 100644 --- a/Django-uwsgi-nginx-mysql/docker/python/requirements.txt +++ b/Django-uwsgi-nginx-mysql/docker/python/requirements.txt @@ -1,7 +1,7 @@ django==2.1.2 uwsgi==2.0.17.1 mysqlclient==1.3.13 -django-debug-toolbar==1.9.1 +django-debug-toolbar==1.11.1 pillow==5.2.0 django-redis==4.5.0 djangorestframework==3.8.2