From 0743f3696b23028d9c8266975ad8a4f7a5831b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 02:31:44 +0000 Subject: [PATCH] Bump django from 2.0.11 to 2.2.28 in /PythonCrashCourse/learning_log Bumps [django](https://github.com/django/django) from 2.0.11 to 2.2.28. - [Commits](https://github.com/django/django/compare/2.0.11...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..20380e3 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.28 django-bootstrap3==9.1.0 gunicorn==19.7.1 pytz==2017.3