From 97d5cdfed5489d2f777953ea8cca80af75f973b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:36:50 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 in /src/ClubKitApi Bumps [celery](https://github.com/celery/celery) from 4.3.0 to 5.2.2. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v4.3.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ClubKitApi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClubKitApi/requirements.txt b/src/ClubKitApi/requirements.txt index f3f3013..275dc8a 100644 --- a/src/ClubKitApi/requirements.txt +++ b/src/ClubKitApi/requirements.txt @@ -14,5 +14,5 @@ static3==0.7.0 urllib3==1.24.1 django-crispy-forms==1.7.2 django-paypal==1.0.0 -celery==4.3.0 +celery==5.2.2 django-uuslug==1.1.8