From 90dd1bf2012d12b5fcfed1cf4f0e7fb2d5e8514a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:37:19 +0000 Subject: [PATCH] Bump django-debug-toolbar in /Chapter18/Exercise18.03/bookr 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] --- Chapter18/Exercise18.03/bookr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter18/Exercise18.03/bookr/requirements.txt b/Chapter18/Exercise18.03/bookr/requirements.txt index 5ecf8b3..24f8258 100644 --- a/Chapter18/Exercise18.03/bookr/requirements.txt +++ b/Chapter18/Exercise18.03/bookr/requirements.txt @@ -3,7 +3,7 @@ dj-database-url==0.5.0 Django==3.0.3 django-configurations==2.2 django-crispy-forms==1.8.1 -django-debug-toolbar==2.2 +django-debug-toolbar==2.2.1 django-rest-framework==0.1.0 djangorestframework==3.11.0 Pillow==7.0.0