From 715a8f56a2a3fb14e5932240bef9fe0fe45399cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 20:33:57 +0000 Subject: [PATCH] Bump django-celery-results from 1.0.1 to 2.4.0 Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 1.0.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/v1.0.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 f814c65a0e3..703750ecf34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ djangorestframework-bulk==0.2.1 hashids==1.2.0 pyjwt==1.5.3 django-celery-beat==1.1.1 # BSD 3 Clause -django-celery-results==1.0.1 +django-celery-results==2.4.0 pyjwe==1.0.0 # Required by pyjwe and ndg-httpsclient # Building wheel for cryptography >= 3.4.0 requires a Rust version incompatible with Docker base image.