From 8e9bc7951fd2b99d5c6b344f668aa28fd479361c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:30:40 +0000 Subject: [PATCH] Bump django-debug-toolbar from 2.2 to 2.2.1 in /backend/requirements Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.2 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.2...2.2.1) Signed-off-by: dependabot[bot] --- backend/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/local.txt b/backend/requirements/local.txt index 987b7cf8..42aee26f 100644 --- a/backend/requirements/local.txt +++ b/backend/requirements/local.txt @@ -1,7 +1,7 @@ -r ./base.txt black==19.10b0 -django-debug-toolbar==2.2 +django-debug-toolbar==2.2.1 django-debug-toolbar-request-history==0.1.3 pytest-django==3.9.0 pytest-factoryboy==2.0.3