From a368a593c8eef06906c10445f54062626bc22017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:56:48 +0000 Subject: [PATCH] Bump django from 1.8.2 to 2.2.24 in /Django/celery_with_django Bumps [django](https://github.com/django/django) from 1.8.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Django/celery_with_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Django/celery_with_django/requirements.txt diff --git a/Django/celery_with_django/requirements.txt b/Django/celery_with_django/requirements.txt old mode 100755 new mode 100644 index d6cf721..3e306dd --- a/Django/celery_with_django/requirements.txt +++ b/Django/celery_with_django/requirements.txt @@ -1,4 +1,4 @@ -Django==1.8.2 +Django==2.2.24 amqp==1.4.6 anyjson==0.3.3 billiard==3.3.0.20