From 597b115d737effd3488d01be6743860f39de5504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:03:22 +0000 Subject: [PATCH] Bump django from 1.8.4 to 2.2.24 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5aa20ce..835a08f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ dj-database-url==0.3.0 django-allauth==0.17.0 django-grappelli==2.7.1 django-guardian==1.2.0 -Django==1.8.4 +Django==2.2.24 git+https://github.com/kennethreitz/dj-static.git@b02979384d7c7a6944375c5959224bff40c2035a#egg=dj-static gunicorn==20.0.4 iso8601==0.1.10