From 703642683d3e5ba761c40f7d3297e8b935cbd06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 20:32:10 +0000 Subject: [PATCH] Bump django-celery-results from 1.2.1 to 2.4.0 Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 1.2.1 to 2.4.0. - [Release notes](https://github.com/celery/django-celery-results/releases) - [Changelog](https://github.com/celery/django-celery-results/blob/master/Changelog) - [Commits](https://github.com/celery/django-celery-results/compare/1.2.1...v2.4.0) --- updated-dependencies: - dependency-name: django-celery-results 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 243a677..acc79f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-crispy-forms==1.9.0 mysqlclient==1.4.6 sshpubkeys==3.1.0 celery==4.4.2 -django-celery-results==1.2.1 # Cannot be updated to 2.2.0 without a major update to Celery 5 which is incompatible with Majora +django-celery-results==2.4.0 # Cannot be updated to 2.2.0 without a major update to Celery 5 which is incompatible with Majora celery-s3==1.0.1 phonenumberslite==8.12.3 django-two-factor-auth==1.12.1