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