From fdd22e7a5671ae6c21b755de6b23e51cbf98beda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:57:23 +0000 Subject: [PATCH] Bump django from 2.0.11 to 2.2.10 in /PythonCrashCourse/learning_log Bumps [django](https://github.com/django/django) from 2.0.11 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.11...2.2.10) 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..a7fd3d1 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.10 django-bootstrap3==9.1.0 gunicorn==19.7.1 pytz==2017.3