From 0a077bca37b0d3d8deda2992f7d74f4cd1d11014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:49:30 +0000 Subject: [PATCH] Bump django-debug-toolbar from 2.2 to 2.2.1 in /Chapter15/Exercise15.04 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] --- Chapter15/Exercise15.04/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter15/Exercise15.04/requirements.txt b/Chapter15/Exercise15.04/requirements.txt index 4e12bec..b24b54f 100644 --- a/Chapter15/Exercise15.04/requirements.txt +++ b/Chapter15/Exercise15.04/requirements.txt @@ -3,7 +3,7 @@ dj-database-url==0.5.0 Django==3.1 django-configurations==2.2 django-crispy-forms==1.8.1 -django-debug-toolbar==2.2 +django-debug-toolbar==2.2.1 djangorestframework==3.11.0 Pillow==8.0.1 plotly==4.14.1