From 23bb7121abde4b6f93fcf3c7462a3cc09136edda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:13:12 +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/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 3d2b9f2..8041446 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -15,7 +15,7 @@ Django==3.1.3 django-filter==2.2.0 djangorestframework==3.12.2 djangorestframework_simplejwt==4.4.0 -django-debug-toolbar==2.2 +django-debug-toolbar==2.2.1 gevent==20.9.0