From ec884b1b1f4010fdc109af3dcf1d4dd9556d4d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:33:44 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 in /executor 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] --- executor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/requirements.txt b/executor/requirements.txt index fd9f0a5..2a9c4cc 100644 --- a/executor/requirements.txt +++ b/executor/requirements.txt @@ -3,7 +3,7 @@ Jinja2==2.10.1 Pillow==6.2.0 SQLAlchemy==1.3.8 black==19.3b0 -celery==4.3.0 +celery==5.2.2 django-cors-headers==3.1.0 django-debug-toolbar==2.0 django-debug-toolbar-template-profiler==1.1.0