From a2c974c697befd5c3bce64652184701f0f568127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:12:21 +0000 Subject: [PATCH] Bump django-debug-toolbar from 2.0 to 2.2.1 in /executor Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.0 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.0...2.2.1) Signed-off-by: dependabot[bot] --- executor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/requirements.txt b/executor/requirements.txt index fd9f0a5..becb8c8 100644 --- a/executor/requirements.txt +++ b/executor/requirements.txt @@ -5,7 +5,7 @@ SQLAlchemy==1.3.8 black==19.3b0 celery==4.3.0 django-cors-headers==3.1.0 -django-debug-toolbar==2.0 +django-debug-toolbar==2.2.1 django-debug-toolbar-template-profiler==1.1.0 django-extensions==2.2.1 djangorestframework==3.10.3