From 7cb742603bd5795771c0ef8d94b2557a982b3790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:30:16 +0000 Subject: [PATCH] Bump django-debug-toolbar from 2.2 to 2.2.1 in /webapp/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] --- webapp/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements/dev.txt b/webapp/requirements/dev.txt index 7e0bc72..fc585de 100644 --- a/webapp/requirements/dev.txt +++ b/webapp/requirements/dev.txt @@ -1,5 +1,5 @@ -r base.txt -django-debug-toolbar==2.2 +django-debug-toolbar==2.2.1 django-extensions==2.2.9 coverage==5.1 \ No newline at end of file