From 4d7f8d8597fae3671187ffa33aac57ebc0e3e8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:31:20 +0000 Subject: [PATCH] Bump django from 3.1 to 3.1.12 in /Chapter15/Exercise15.03 Bumps [django](https://github.com/django/django) from 3.1 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..d105af2 100644 --- a/Chapter15/Exercise15.03/requirements.txt +++ b/Chapter15/Exercise15.03/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.10 dj-database-url==0.5.0 -Django==3.1 +Django==3.1.12 django-configurations==2.2 django-debug-toolbar==2.2 djangorestframework==3.11.0