From 90828ee631554d0b23579b0c90fe33615284b2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 08:58:46 +0000 Subject: [PATCH] Bump django-debug-toolbar from 2.0 to 2.2.1 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 37b7753..5d290ad 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Django==2.2.8 -django-debug-toolbar==2.0 +django-debug-toolbar==2.2.1 psycopg2-binary>=2.8,<2.9 dj-database-url==0.4.1 ipython==5.3.0