From 6f122bcabc899fc7d0ba2b538757d3a2ee89c04f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:37:03 +0000 Subject: [PATCH] Bump django from 2.0.11 to 2.2.13 in /PythonCrashCourse/learning_log Bumps [django](https://github.com/django/django) from 2.0.11 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.11...2.2.13) Signed-off-by: dependabot[bot] --- PythonCrashCourse/learning_log/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonCrashCourse/learning_log/requirements.txt b/PythonCrashCourse/learning_log/requirements.txt index 94ed4c8..a9873f3 100644 --- a/PythonCrashCourse/learning_log/requirements.txt +++ b/PythonCrashCourse/learning_log/requirements.txt @@ -1,6 +1,6 @@ dj-database-url==0.4.2 dj-static==0.0.6 -Django==2.0.11 +Django==2.2.13 django-bootstrap3==9.1.0 gunicorn==19.7.1 pytz==2017.3