From 426fa721435c3762b3429a780d7de8d8c49e1eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:36:58 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 in /brickschool 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] --- brickschool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brickschool/requirements.txt b/brickschool/requirements.txt index 1f081ef..3ed6d7a 100644 --- a/brickschool/requirements.txt +++ b/brickschool/requirements.txt @@ -7,7 +7,7 @@ graphql-core==2.1 graphql-relay==0.4.5 python-dateutil==2.8.0 six==1.12.0 -celery==4.3.0 +celery==5.2.2 django_celery_beat==1.4.0 redis==3.2.1 django-notifications-hq==1.5.0