From 457d240be1f229276b2d2d2344df331263c2b175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:39:41 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.1.13 in /Chapter18/Exercise18.03/bookr Bumps [django](https://github.com/django/django) from 3.0.3 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..dcf8ed7 100644 --- a/Chapter18/Exercise18.03/bookr/requirements.txt +++ b/Chapter18/Exercise18.03/bookr/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.3 dj-database-url==0.5.0 -Django==3.0.3 +Django==3.1.13 django-configurations==2.2 django-crispy-forms==1.8.1 django-debug-toolbar==2.2