From 6a30b28a7241c28a4a08b59ecf5357d3f1cf6b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:31:17 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20django=20in=20/PythonCrashCourse/?= =?UTF-8?q?=E3=80=8APython=E7=BC=96=E7=A8=8B=E3=80=8B=E6=BA=90=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=96=87=E4=BB=B6/chapter=5F20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [django](https://github.com/django/django) from 1.8.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../chapter_20/requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/PythonCrashCourse/\343\200\212Python\347\274\226\347\250\213\343\200\213\346\272\220\344\273\243\347\240\201\346\226\207\344\273\266/chapter_20/requirements.txt" "b/PythonCrashCourse/\343\200\212Python\347\274\226\347\250\213\343\200\213\346\272\220\344\273\243\347\240\201\346\226\207\344\273\266/chapter_20/requirements.txt" index b1156c4..c8dfad1 100644 --- "a/PythonCrashCourse/\343\200\212Python\347\274\226\347\250\213\343\200\213\346\272\220\344\273\243\347\240\201\346\226\207\344\273\266/chapter_20/requirements.txt" +++ "b/PythonCrashCourse/\343\200\212Python\347\274\226\347\250\213\343\200\213\346\272\220\344\273\243\347\240\201\346\226\207\344\273\266/chapter_20/requirements.txt" @@ -1,4 +1,4 @@ -Django==1.8.4 +Django==2.2.24 dj-database-url==0.3.0 dj-static==0.0.6 django-bootstrap3==6.2.2